File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
src/CZ.Azure.FileExchange/Pages Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,4 @@ stages:
148148 templateLocation : ' Linked artifact'
149149 csmFile : ' $(Pipeline.Workspace)/drop/azuredeploy.json'
150150 overrideParameters : ' -name pajetestfileshare'
151- deploymentMode : ' Incremental'
152- - task : PowerShell@2
153- displayName : " Deploy static webapp"
154- inputs :
155- filePath : ' $(Pipeline.Workspace)/drop/deploy.ps1'
156- arguments : ' -Token $(staticWebSiteSecret) -appBuildOutput $(Pipeline.Workspace)/drop/Frontend.zip -apiBuildOutput $(Pipeline.Workspace)/drop/API.zip -branchName main -apiFramework "dotnetisolated" -apiFrameworkVersion "7.0" -Verbose'
151+ deploymentMode : ' Incremental'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ private async Task LoadFiles()
3030 }
3131 }
3232
33- private async Task < string > GetFileLink ( string blobName , bool isArchived )
33+ private string GetFileLink ( string blobName , bool isArchived )
3434 {
3535 if ( this . sasUrl is null )
3636 {
You can’t perform that action at this time.
0 commit comments