Skip to content

Commit

Permalink
Build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Feb 9, 2024
1 parent f78c088 commit f8d5fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
dotnet build src/Limbo.Umbraco.ModelsBuilder --configuration Debug /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=c:/nuget
dotnet build src/Limbo.Umbraco.ModelsBuilder --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco10
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
dotnet build src/Limbo.Umbraco.ModelsBuilder --configuration Release /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=../../releases/nuget
dotnet build src/Limbo.Umbraco.ModelsBuilder --configuration Release /t:rebuild /t:pack -p:PackageOutputPath=../../releases/nuget

0 comments on commit f8d5fbb

Please sign in to comment.