Skip to content

Commit d2fff47

Browse files
committed
debug(build.ps1): continuing to figure out why appveyor is not packing to a pre-release
1 parent 171b9d2 commit d2fff47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
55
dotnet build .\src\JsonApiDotNetCore -c Release
66

77
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
8+
echo "VERSION-SUFFIX: alpha1-$revision"
89

910
If($env:APPVEYOR_REPO_TAG) { dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts }
1011
Else { dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=alpha1-$revision }

0 commit comments

Comments
 (0)