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
|
||||
|
||||
$version = "$version-pr$env:APPVEYOR_PULL_REQUEST_NUMBER"
|
||||
|
||||
# update AppVeyor build
|
||||
|
||||
Update-AppveyorBuild -Version $version
|
||||
|
||||
dotnet --version
|
||||
|
|
Loading…
Add table
Reference in a new issue