File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - osx
1818osx_image : xcode7.1
1919script :
20- - ./build.sh verify
20+ - ./build.sh
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ artifacts:
2828 - path : templates\package-builder\dist\artifacts\*.nupkg
2929 name : Microsoft.AspNetCore.SpaTemplates
3030 type : NuGetPackage
31- # - build.cmd verify
31+ # - ps: .\ build.ps1
3232clone_depth : 1
3333test_script :
3434 # - dotnet restore ./src
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
3333$repoFolder = $PSScriptRoot
3434$env: REPO_FOLDER = $repoFolder
3535
36- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/feature/msbuild .zip"
36+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/dev .zip"
3737if ($env: KOREBUILD_ZIP )
3838{
3939 $koreBuildZip = $env: KOREBUILD_ZIP
@@ -64,4 +64,4 @@ if (!(Test-Path $buildFolder)) {
6464 }
6565}
6666
67- & " $buildFile " $ args
67+ & " $buildFile " @ args
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $repoFolder
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/feature/msbuild .zip"
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
You can’t perform that action at this time.
0 commit comments