mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
t
This commit is contained in:
parent
26decc9525
commit
9972886559
1 changed files with 4 additions and 3 deletions
|
|
@ -10,15 +10,16 @@ strategy:
|
||||||
matrix:
|
matrix:
|
||||||
linux:
|
linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-16.04'
|
||||||
|
ci-script: ./build.linux.sh
|
||||||
mac:
|
mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.13'
|
||||||
|
ci-script: ./build.osx.sh
|
||||||
windows:
|
windows:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
|
ci-script: ./build.windows.bat
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: DotNetCoreInstaller@0
|
- task: DotNetCoreInstaller@0
|
||||||
inputs:
|
inputs:
|
||||||
version: '2.2.203'
|
version: '2.2.203'
|
||||||
- script: dotnet tool install -g GitVersion.Tool --version 5.0.0-beta2-64
|
- script: $(ci-scipt)
|
||||||
- script: dotnet gitversion > version.json
|
|
||||||
- script: dotnet --version
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue