Change build scripts slightly to maybe fix CI?

This commit is contained in:
H. Utku Maden 2024-03-21 18:10:55 +03:00
parent 0d3b1760e3
commit e531ac6d15
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored

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

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

@ -8,4 +8,4 @@ then
fi 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 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