We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171b9d2 commit d2fff47Copy full SHA for d2fff47
Build.ps1
@@ -5,6 +5,7 @@ dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
5
dotnet build .\src\JsonApiDotNetCore -c Release
6
7
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
8
+echo "VERSION-SUFFIX: alpha1-$revision"
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 }
0 commit comments