Compare commits
No commits in common. "4c87a7da1c2224c15a7e3bcf931d2a7803f0a8d8" and "ed99bf210b1698b0ff89118fefdcada8cbd5a850" have entirely different histories.
4c87a7da1c
...
ed99bf210b
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,3 @@
|
||||
**/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 bin/*/*.nupkg
|
||||
dotnet nuget push -s QUIK
|
||||
|
Loading…
Reference in New Issue
Block a user