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 26b04e3 commit ce5d860Copy full SHA for ce5d860
Build.ps1
@@ -7,7 +7,7 @@ dotnet build .\src\JsonApiDotNetCore -c Release
7
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
8
echo "VERSION-SUFFIX: alpha1-$revision"
9
10
-If($env:APPVEYOR_REPO_TAG) {
+If($env:APPVEYOR_REPO_TAG -eq $true) {
11
echo "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts "
12
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts
13
}
0 commit comments