Skip to content

Commit 4c7250f

Browse files
committed
Use Windows to deploy
1 parent b63ccbe commit 4c7250f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ stages:
6565
- deployment: AzureArtefacts
6666
displayName: 'Azure Artefacts'
6767
pool:
68-
vmImage: ubuntu-latest
68+
vmImage: windows-latest
6969
environment: 'Azure Artefacts'
7070
strategy:
7171
runOnce:
@@ -88,7 +88,7 @@ stages:
8888
failOnStderr: true
8989
- deployment: GitHub
9090
pool:
91-
vmImage: ubuntu-latest
91+
vmImage: windows-latest
9292
environment: 'GitHub'
9393
strategy:
9494
runOnce:
@@ -110,7 +110,7 @@ stages:
110110
failOnStderr: true
111111
- deployment: NuGet
112112
pool:
113-
vmImage: ubuntu-latest
113+
vmImage: windows-latest
114114
environment: 'NuGet'
115115
condition: startsWith(variables['Build.sourceBranch'], 'refs/tags/')
116116
strategy:

0 commit comments

Comments
 (0)