Skip to content

Commit

Permalink
ensure global.json is in Sandbox directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 30, 2019
1 parent 6eda879 commit d4a7406
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/build/jobs/sandbox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- template: ../steps/prepare-build.yml
parameters:
solution: Sandbox/Xamarin/HelloWorld.sln
solution: Sandbox/Xamarin/HelloWorld/HelloWorld.sln

- task: XamarinAndroid@1
displayName: 'Build Xamarin.Android project HelloWorld.Android.csproj'
Expand Down
2 changes: 1 addition & 1 deletion Source/build/jobs/sandbox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- template: ../steps/prepare-build.yml
parameters:
solution: Sandbox/Xamarin/HelloWorld.sln
solution: Sandbox/Xamarin/HelloWorld/HelloWorld.sln

- task: XamariniOS@2
displayName: 'Build Xamarin.iOS solution HelloWorld.iOS.csproj'
Expand Down
3 changes: 3 additions & 0 deletions Source/build/jobs/sandbox-wpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
workspace:
clean: all
steps:
- powershell: Copy-Item -Path .\Source\global.json -Destination .\Sandbox\Wpf\HelloWorld\
displayName: Copy global.json to Sandbox directory

- template: ../steps/build.yml
parameters:
solution: Sandbox/Wpf/HelloWorld/HelloWorld.sln
Expand Down
2 changes: 1 addition & 1 deletion Source/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "3.0.100-preview"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "1.6.65"
"MSBuild.Sdk.Extras": "2.0.24"
}
}

0 comments on commit d4a7406

Please sign in to comment.