File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
55dotnet build .\src\JsonApiDotNetCore - c Release
66
77If ($env: APPVEYOR_REPO_TAG ) { dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts }
8- Else { dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $revision }
8+ Else { dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= alpha1 - $revision }
Original file line number Diff line number Diff line change 33# exit if any command fails
44set -e
55
6- artifactsFolder=" ./artifacts"
7-
8- if [ -d $artifactsFolder ]; then
9- rm -R $artifactsFolder
10- fi
11-
126dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
137dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
148dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
159
16- dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
17-
18- revision=${TRAVIS_JOB_ID:= 1}
19- revision=$( printf " %04d" $revision )
20-
21- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts --version-suffix=$revision
10+ dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
Original file line number Diff line number Diff line change 77 <PackageId >JsonApiDotNetCore</PackageId >
88 <RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
99 <PackageTargetFallback >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
10- <Version >1.1.0-alpha1-*</Version >
1110 </PropertyGroup >
1211
1312 <ItemGroup >
You can’t perform that action at this time.
0 commit comments