ci: delete .git dir before packaging
This commit is contained in:
parent
b62d537f4e
commit
5f9037251a
@ -32,7 +32,9 @@ pipeline:
|
|||||||
- cd MagicStorage && dotnet build -c Release || true
|
- cd MagicStorage && dotnet build -c Release || true
|
||||||
- cp bin/Release/net6.0/MagicStorage.dll .
|
- cp bin/Release/net6.0/MagicStorage.dll .
|
||||||
- cd $CI_WORKSPACE
|
- cd $CI_WORKSPACE
|
||||||
- cd MagicStorageVoidBag && dotnet build -c Release || true
|
- cd MagicStorageVoidBag
|
||||||
|
- rm -rf .git
|
||||||
|
- dotnet build -c Release || true
|
||||||
- cp bin/Release/net6.0/MagicStorageVoidBag.dll .
|
- cp bin/Release/net6.0/MagicStorageVoidBag.dll .
|
||||||
- cd $CI_WORKSPACE
|
- cd $CI_WORKSPACE
|
||||||
- mkdir release
|
- mkdir release
|
||||||
|
Loading…
Reference in New Issue
Block a user