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 3658069 commit 171b9d2Copy full SHA for 171b9d2
Build.ps1
@@ -4,5 +4,7 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
4
dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
5
dotnet build .\src\JsonApiDotNetCore -c Release
6
7
+echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
8
+
9
If($env:APPVEYOR_REPO_TAG) { dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts }
10
Else { dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=alpha1-$revision }
0 commit comments