Skip to content

Commit

Permalink
Merge pull request #389 from sharwell/use-dev16
Browse files Browse the repository at this point in the history
Use Visual Studio 2019 for builds
  • Loading branch information
sharwell authored Sep 18, 2019
2 parents 1608d01 + 4ea3879 commit cc7bb6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vsts-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
- job: Windows
pool:
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2019.pre.open
queue: BuildPool.Windows.10.Amd64.Open
strategy:
maxParallel: 6
matrix:
Expand Down
2 changes: 2 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<!-- Opt-in repo features -->
<UsingToolVSSDK>true</UsingToolVSSDK>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<!-- Dependencies -->
<UpdateTemplateVersionVersion>1.0.4-beta1</UpdateTemplateVersionVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"tools": {
"dotnet": "3.0.100-preview6-012264",
"vs": {
"version": "15.9"
"version": "16.0"
},
"xcopy-msbuild": "15.9.0-alpha"
"xcopy-msbuild": "16.0.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19463.3"
Expand Down

0 comments on commit cc7bb6f

Please sign in to comment.