We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db81f9 commit 0020a25Copy full SHA for 0020a25
azure-pipelines.yml
@@ -150,4 +150,4 @@ stages:
150
displayName: "Deploy static webapp"
151
inputs:
152
filePath: '$(Pipeline.Workspace)/drop/deploy.ps1'
153
- arguments: '-Token $(staticWebSiteSecret) -appBuildOutput $(Pipeline.Workspace)/drop/Frontend.zip -apiBuildOutput $(Pipeline.Workspace)/drop/API.zip -branchName main -Verbose'
+ arguments: '-Token $(staticWebSiteSecret) -appBuildOutput $(Pipeline.Workspace)/drop/Frontend.zip -apiBuildOutput $(Pipeline.Workspace)/drop/API.zip -branchName main -apiFramework "dotnetisolated" -apiFrameworkVersion "7.0" -Verbose'
0 commit comments