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 17
17
- osx
18
18
osx_image : xcode7.1
19
19
script :
20
- - ./build.sh verify
20
+ - ./build.sh
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ artifacts:
28
28
- path : templates\package-builder\dist\artifacts\*.nupkg
29
29
name : Microsoft.AspNetCore.SpaTemplates
30
30
type : NuGetPackage
31
- # - build.cmd verify
31
+ # - ps: .\ build.ps1
32
32
clone_depth : 1
33
33
test_script :
34
34
# - dotnet restore ./src
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
33
33
$repoFolder = $PSScriptRoot
34
34
$env: REPO_FOLDER = $repoFolder
35
35
36
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/feature/msbuild .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/dev .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
@@ -64,4 +64,4 @@ if (!(Test-Path $buildFolder)) {
64
64
}
65
65
}
66
66
67
- & " $buildFile " $ args
67
+ & " $buildFile " @ args
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/feature/msbuild .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
You can’t perform that action at this time.
0 commit comments