Skip to content

Commit

Permalink
ci trying net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Dec 11, 2023
1 parent 1395588 commit 4a34240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions b.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo:## Starting: RESTORE and BUILD...
echo:

dotnet clean -v:m
dotnet build -c:Release -v:m -p:DevMode=false
dotnet build -c:Release -v:m
if %ERRORLEVEL% neq 0 goto :error

echo:
Expand All @@ -15,7 +15,7 @@ echo:
echo:## Starting: TESTS...
echo:

dotnet test --no-build -c Release -p:DevMode=false test/ImTools.UnitTests/ImTools.UnitTests.csproj
dotnet test --no-build -c Release test/ImTools.UnitTests/ImTools.UnitTests.csproj
if %ERRORLEVEL% neq 0 goto :error

echo:
Expand Down
4 changes: 2 additions & 2 deletions build_with_packaging.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo:## Starting: RESTORE and BUILD...
echo:

dotnet clean -v:m
dotnet build -c:Release -v:m -p:DevMode=false
dotnet build -c:Release -v:m
if %ERRORLEVEL% neq 0 goto :error

echo:
Expand All @@ -15,7 +15,7 @@ echo:
echo:## Starting: TESTS...
echo:

dotnet test --no-build -c Release -p:DevMode=false test/ImTools.UnitTests/ImTools.UnitTests.csproj
dotnet test --no-build -c Release test/ImTools.UnitTests/ImTools.UnitTests.csproj
if %ERRORLEVEL% neq 0 goto :error

echo:
Expand Down

0 comments on commit 4a34240

Please sign in to comment.