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
5
5
dotnet build .\src\JsonApiDotNetCore - c Release
6
6
7
7
If ($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 3
3
# exit if any command fails
4
4
set -e
5
5
6
- artifactsFolder=" ./artifacts"
7
-
8
- if [ -d $artifactsFolder ]; then
9
- rm -R $artifactsFolder
10
- fi
11
-
12
6
dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
13
7
dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
14
8
dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
15
9
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 7
7
<PackageId >JsonApiDotNetCore</PackageId >
8
8
<RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
9
9
<PackageTargetFallback >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
10
- <Version >1.1.0-alpha1-*</Version >
11
10
</PropertyGroup >
12
11
13
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments