Skip to content
Snippets Groups Projects
Commit c21f2ccd authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

AppVeyor shrink build name

parent 5f7d5f1b
No related branches found
No related tags found
1 merge request!266Misc. AppVeyor tweaks
...@@ -10,9 +10,9 @@ platform: ...@@ -10,9 +10,9 @@ platform:
- x86 - x86
before_build: before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" - del /q /f "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- ps: | - ps: |
$env:CUSTOM_BUILD_NAME = ("{0}_{1}_{2}" -f $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, $env:APPVEYOR_BUILD_NUMBER, $env:APPVEYOR_BUILD_WORKER_IMAGE -replace " ","-" ) $env:CUSTOM_BUILD_NAME = ("{0}_{1}_vs{2}" -f $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, $env:APPVEYOR_BUILD_NUMBER, $env:APPVEYOR_BUILD_WORKER_IMAGE.split()[2] )
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015")
{ {
Write-Host "This build will push the shared notes" Write-Host "This build will push the shared notes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment