Skip to content

Commit

Permalink
#50 adding a check that asyncgenerator didn't produce any output or t…
Browse files Browse the repository at this point in the history
…here is any other uncommitted files in repo.
  • Loading branch information
RogerKratz committed Feb 7, 2024
1 parent 7783704 commit e36b171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/Build/buildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ set /p Version=Please enter nuget version number, eg 1.2.0:

dotnet msbuild default.msbuild /t:BuildRelease

git status --porcelain |findstr . && echo "Repo contains unexpected modifications. Check that before publishing package!" && exit -1

echo -------------------------------
echo.
echo Created a new nuget package with version %Version% to output folder.
Expand Down

0 comments on commit e36b171

Please sign in to comment.