mirror of
https://github.com/riperiperi/Simitone.git
synced 2025-01-22 09:11:52 -05:00
Update azure-pipelines.yml for Azure Pipelines
Try to fix nuget.
This commit is contained in:
parent
7e1829d5c8
commit
ec1811373d
1 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ pool:
|
|||
vmImage: 'windows-latest'
|
||||
|
||||
variables:
|
||||
solution: '**/Simitone.sln'
|
||||
solution: '/Client/Simitone/Simitone.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
|
@ -35,6 +35,12 @@ steps:
|
|||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
msbuildArgs: /t:Simitone_Windows
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'restore'
|
||||
restoreSolution: '$(solution)'
|
||||
feedsToUse: 'select'
|
||||
restoreDirectory: '$(System.DefaultWorkingDirectory)/packages'
|
||||
|
||||
- task: VSTest@2
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue