Skip to content

Commit

Permalink
Fix pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 1, 2024
1 parent f0a3ac6 commit 1fc4474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh
source ./build.sh
sh ./build.sh
dotnet pack ./src/aardpack/aardpack.fsproj -c Release -o bin/pack

dotnet publish ./src/Aardvark.Build/Aardvark.Build.fsproj -c Release -o bin/publish/standalone-tool

version=`./bin/Release/net8.0/aardpack.exe --parse-only`
version=`./bin/Release/net8.0/aardpack --parse-only`
dotnet paket pack --template ./src/Aardvark.Build/paket.template --version $version bin/pack

0 comments on commit 1fc4474

Please sign in to comment.