Skip to content

Commit 0020a25

Browse files
authored
add the changes to azure devops pipeline too (#31)
1 parent 0db81f9 commit 0020a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ stages:
150150
displayName: "Deploy static webapp"
151151
inputs:
152152
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'
153+
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

Comments
 (0)