Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Mar 28, 2022
1 parent 2b0f4c0 commit 94d4285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build:
project: FlowCalc.sln
verbosity: minimal
after_build:
- cmd: 7z a FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.exe %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.dll %APPVEYOR_BUILD_FOLDER%\PumpDefinitions %APPVEYOR_BUILD_FOLDER%\FittingDefinitions .\%APPVEYOR_BUILD_FOLDER%\PumpDefinitionEditor\bin\%CONFIGURATION%\PumpDefinitionEditor.exe
- cmd: 7z a FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.exe %APPVEYOR_BUILD_FOLDER%\FlowCalc\bin\%CONFIGURATION%\*.dll %APPVEYOR_BUILD_FOLDER%\PumpDefinitions %APPVEYOR_BUILD_FOLDER%\FittingDefinitions %APPVEYOR_BUILD_FOLDER%\PumpDefinitionEditor\bin\%CONFIGURATION%\PumpDefinitionEditor.exe*
artifacts:
- path: FlowCalc-%CONFIGURATION%-%APPVEYOR_BUILD_VERSION%.zip
deploy:
Expand Down

0 comments on commit 94d4285

Please sign in to comment.