mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-31 13:50:13 +01:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
e6c2157cee
commit
879b3ab624
|
|
@ -26,6 +26,8 @@ steps:
|
|||
solution: '$(solution)'
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
msbuildArchitecture: 'x64'
|
||||
msbuildArguments: '/p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"'
|
||||
|
||||
- task: VSTest@2
|
||||
inputs:
|
||||
|
|
@ -35,4 +37,4 @@ steps:
|
|||
- task: PublishPipelineArtifact@0
|
||||
inputs:
|
||||
artifactName: 'nuget'
|
||||
targetPath: 'src\Bin\Release\'
|
||||
targetPath: 'src\Bin\Release\'
|
||||
Loading…
Reference in a new issue