Skip to content

Commit

Permalink
Restore dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent 79c9190 commit 04e265e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .azurepipelines/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ jobs:
inputs:
targetType: filePath
filePath: ./.azurepipelines/set-version.ps1
- task: NuGetCommand@2
displayName: Restore
- task: DotNetCoreCLI@2
displayName: Restore ${{parameters.config}}
inputs:
restoreSolution: '$(solution)'
- task: VSBuild@1
command: restore
projects: 'UA Core Library.sln'
arguments: '--configuration ${{parameters.config}}'
- task: DotNetCoreCLI@2
displayName: Build ${{parameters.config}}
inputs:
solution: 'UA-CloudLibrary-Client.sln'
msbuildArgs: '${{ variables.msbuildversion }}'
configuration: '${{parameters.config}}'
command: build
projects: 'UA Core Library.sln'
arguments: '--no-incremental --configuration ${{parameters.config}} ${{ variables.msbuildversion }}'
- task: CmdLine@2
displayName: 'List of assemblies to sign'
inputs:
Expand Down

0 comments on commit 04e265e

Please sign in to comment.