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 2a0d93d commit 04e9cc7Copy full SHA for 04e9cc7
1 file changed
Tools/appveyor-create-packages.cmd
@@ -4,8 +4,7 @@ REM ---
4
IF %APPVEYOR_REPO_TAG%==true (
5
dotnet pack -c Release -o .Packages -p:Version=%APPVEYOR_REPO_TAG_NAME:~1%
6
) ELSE (
7
- ECHO The version suffix is:ci-build.%APPVEYOR_BUILD_NUMBER%
8
- dotnet pack -c Release -o .Packages --version-suffix=ci-build.%APPVEYOR_BUILD_NUMBER%
+ dotnet pack -c Release -o .Packages --version-suffix ci-build.%APPVEYOR_BUILD_NUMBER%
9
)
10
11
REM ---
0 commit comments