Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyMoselhy committed Apr 10, 2024
1 parent 0d986cc commit 9816419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Build-Zip-File.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Compress-Archive -Path .\FunctionApp\* -DestinationPath $folder\FunctionApp.zip


# Create json files for deployment
bicep.exe build .\StandardSessionHostTemplate\DeploySessionHosts.bicep --outfile .\StandardSessionHostTemplate\DeploySessionHosts.json
bicep.exe build .\deploy\bicep\DeployAVDSessionHostReplacer.bicep --outfile .\deploy\arm\DeployAVDSessionHostReplacer.json
bicep build .\StandardSessionHostTemplate\DeploySessionHosts.bicep --outfile .\StandardSessionHostTemplate\DeploySessionHosts.json
bicep build .\deploy\bicep\DeployAVDSessionHostReplacer.bicep --outfile .\deploy\arm\DeployAVDSessionHostReplacer.json

0 comments on commit 9816419

Please sign in to comment.