Skip to content

Commit

Permalink
build(ci): Try building on Windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoliz committed May 7, 2024
1 parent 4fbe226 commit e2b69f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
- job: Build
displayName: Build
pool:
vmImage: ubuntu-latest
vmImage: windows-latest

steps:
- template: steps/git-checkout.yaml
Expand All @@ -53,7 +53,7 @@ stages:
- job: Deploy
displayName: 'Deploy Website'
pool:
vmImage: ubuntu-latest
vmImage: windows-latest

steps:
- template: steps/deploy-appservice.yaml
Expand Down
2 changes: 1 addition & 1 deletion .azure/pipelines/steps/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
command: 'publish'
workingDirectory: $(Solution.MainDirectory)
publishWebProjects: false
arguments: '--output $(Solution.PublishDirectory) --configuration Release -r ${{ parameters.runtime }}'
arguments: '--output $(Solution.PublishDirectory) --configuration Release'
zipAfterPublish: false
modifyOutputPath: false

Expand Down

0 comments on commit e2b69f2

Please sign in to comment.