Skip to content

Commit 04e9cc7

Browse files
committed
WIP #278 - Another attempt to fix packaging script
1 parent 2a0d93d commit 04e9cc7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/appveyor-create-packages.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ REM ---
44
IF %APPVEYOR_REPO_TAG%==true (
55
dotnet pack -c Release -o .Packages -p:Version=%APPVEYOR_REPO_TAG_NAME:~1%
66
) 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%
7+
dotnet pack -c Release -o .Packages --version-suffix ci-build.%APPVEYOR_BUILD_NUMBER%
98
)
109

1110
REM ---

0 commit comments

Comments
 (0)