This repository was archived by the owner on Nov 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- dotnet pack src/CallPolly --configuration Release -o " %CD% \bin" --version-suffix CI%1
1+ SETLOCAL
2+ SET X = %1
3+ SET BLD = 000000%X%
4+ SET BLD = %BLD:~-7 %
5+ if [%2 ]== [] (SET V=CI%BLD% ) else (SET V=pr%2 -%BLD% )
6+
7+ dotnet pack src/CallPolly --configuration Release -o " %CD% \bin" --version-suffix %V%
28if ERRORLEVEL 1 (echo Error building Call Polly; exit /b 1)
39
410dotnet test tests/CallPolly.Tests --configuration Release
511if ERRORLEVEL 1 (echo Error testing Call Polly; exit /b 1)
612
713dotnet test tests/CallPolly.Acceptance --configuration Release
8- if ERRORLEVEL 1 (echo Error acceptance testing Call Polly; exit /b 1)
14+ if ERRORLEVEL 1 (echo Error acceptance testing Call Polly; exit /b 1)
15+
16+ ENDLOCAL
You can’t perform that action at this time.
0 commit comments