Skip to content

Commit

Permalink
Use msbuild for sln due to uap
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Sep 26, 2020
1 parent 05663ad commit 393c301
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Rx.NET/Source/global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"sdk": {
"version": "5.0.100-preview"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.1.2"
}
Expand Down
10 changes: 5 additions & 5 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ stages:
- script: nbgv cloud -a -p Rx.NET/Source
displayName: Set Version

- task: DotNetCoreCLI@2
- task: MSBuild@1
displayName: Build System.Reactive.sln
inputs:
command: build
projects: Rx.NET/Source/System.Reactive.sln
arguments: -c $(BuildConfiguration) /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts

solution: Rx.NET/Source/System.Reactive.sln
msbuildArguments: /restore /t:build /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts
configuration: $(BuildConfiguration)
maximumCpuCount: false

- task: NuGetCommand@2
displayName: Pack compatibility package
Expand Down

0 comments on commit 393c301

Please sign in to comment.