Skip to content

Commit

Permalink
fixed generate.(sh|cmd)
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Mar 19, 2022
1 parent b6f884e commit 542f0ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions generate.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@echo off
dotnet build src\CodeGenerator\CodeGenerator.csproj
dotnet build src\Aardvark.Base\Aardvark.Base.csproj
pushd bin\Debug\net472\
CodeGenerator.exe
dotnet bin\Debug\net6.0\CodeGenerator.dll
3 changes: 3 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/sh
dotnet build src/CodeGenerator/CodeGenerator.csproj
dotnet bin/Debug/net6.0/CodeGenerator.dll

0 comments on commit 542f0ea

Please sign in to comment.