Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
reverse build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 4, 2019
1 parent 944d8ec commit d19916e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ variables:
BuildConfiguration: 'Release'

steps:
#- task: DotNetCoreInstaller@0
# inputs:
# version: '3.0.100-preview-010184'
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview-009812'

- task: NuGetToolInstaller@0
displayName: Use NuGet 4.9.3
Expand All @@ -27,9 +27,9 @@ steps:

- task: NuGetCommand@2
displayName: 'NuGet restore'
# inputs:
# feedsToUse: config
# nugetConfigPath: NuGet.config
inputs:
feedsToUse: config
nugetConfigPath: NuGet.config

- task: MSBuild@1
displayName: Build Prism.Plugin.Popups
Expand Down
3 changes: 3 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"sdk": {
"version": "3.0.100-preview"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "1.6.65"
}
Expand Down

0 comments on commit d19916e

Please sign in to comment.