Skip to content

Commit

Permalink
Use desktop MSBuild for official build (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Feb 17, 2022
1 parent 68b159f commit 671eb57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ stages:
inputs:
signType: '$(SignType)'
zipSources: false
version: '1.1.445'

- task: DotNetCoreCLI@2
- task: VSBuild@1
displayName: 'Build Solution'
inputs:
command: 'build'
projects: 'MSBuildSdks.sln'
arguments: '$(MSBuildArgs)'
msbuildArgs: '$(MSBuildArgs)'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifacts'
Expand Down

0 comments on commit 671eb57

Please sign in to comment.