Compare commits

..

2 Commits

3 changed files with 4 additions and 2 deletions

2
.gitignore vendored

@ -2,3 +2,5 @@
**/obj
**/out
**/runtimes
**/.vs*
**/.atom

@ -1,4 +1,4 @@
#!/bin/bash
cd $(dirname "$0")
Quik.Common/sh/quik_build_native.sh .
./Quik.Common/sh/quik_build_native.sh .
dotnet build

@ -8,4 +8,4 @@ then
fi
dotnet nuget add source -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" https://git.mixedup.dev/api/packages/QUIK/nuget/index.json
dotnet nuget push -s QUIK
dotnet nuget push -s QUIK bin/*/*.nupkg