Skip to content

Commit

Permalink
Fix preview.yml again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent 62a23e9 commit 6610e1e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .azurepipelines/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ jobs:
command: restore
projects: 'UA-CloudLibrary-Client.sln'
arguments: '--configuration ${{parameters.config}}'
- task: DotNetCoreCLI@2
displayName: Build ${{parameters.config}}
- task: VSBuild@1
inputs:
command: build
projects: 'UA-CloudLibrary-Client.sln'
arguments: '--no-incremental --configuration ${{parameters.config}} ${{ variables.msbuildversion }}'
solution: 'UA-CloudLibrary-Client.sln'
msbuildArgs: '${{ variables.msbuildversion }}'
configuration: '${{parameters.config}}'
- task: CmdLine@2
displayName: 'List of assemblies to sign'
inputs:
Expand Down

0 comments on commit 6610e1e

Please sign in to comment.