Change build scripts slightly to maybe fix CI?
This commit is contained in:
parent
0d3b1760e3
commit
e531ac6d15
2
.gitignore
vendored
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
|
||||
|
Loading…
Reference in New Issue
Block a user