appveyor: Add more line return to avoid some part of the configuration to be commented..
This commit is contained in:
parent
b286aca9d2
commit
dd8b90de50
1 changed files with 2 additions and 0 deletions
|
@ -16,9 +16,11 @@ build_script:
|
||||||
}
|
}
|
||||||
|
|
||||||
# change version to contain the PR
|
# change version to contain the PR
|
||||||
|
|
||||||
$version = "$version-pr$env:APPVEYOR_PULL_REQUEST_NUMBER"
|
$version = "$version-pr$env:APPVEYOR_PULL_REQUEST_NUMBER"
|
||||||
|
|
||||||
# update AppVeyor build
|
# update AppVeyor build
|
||||||
|
|
||||||
Update-AppveyorBuild -Version $version
|
Update-AppveyorBuild -Version $version
|
||||||
|
|
||||||
dotnet --version
|
dotnet --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue