File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,11 @@ dotnet build .\src\JsonApiDotNetCore -c Release
7
7
echo " APPVEYOR_REPO_TAG: $env: APPVEYOR_REPO_TAG "
8
8
echo " VERSION-SUFFIX: alpha1-$revision "
9
9
10
- If ($env: APPVEYOR_REPO_TAG ) { dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts }
11
- Else { dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= alpha1- $revision }
10
+ If ($env: APPVEYOR_REPO_TAG ) {
11
+ echo " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts "
12
+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts
13
+ }
14
+ Else {
15
+ echo " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=alpha1-$revision "
16
+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= alpha1- $revision
17
+ }
You can’t perform that action at this time.
0 commit comments