Skip to content

Commit 10b8248

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4cf4d78 commit 10b8248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
trigger:
77
- master
88

9-
pool:
10-
vmImage: 'windows-latest'
9+
#pool:
10+
# vmImage: 'windows-latest'
1111

1212
variables:
1313
solution: '**/*.sln'
@@ -21,8 +21,8 @@ steps:
2121
inputs:
2222
command: 'restore'
2323
restoreSolution: '**/*.sln'
24-
feedsToUse: 'config'
25-
nugetConfigPath: './Nuget.config'
24+
#feedsToUse: 'config'
25+
#nugetConfigPath: './Nuget.config'
2626

2727
- task: VSBuild@1
2828
inputs:

0 commit comments

Comments
 (0)