Skip to content
Snippets Groups Projects
Commit 0364cdbc authored by Recolic K's avatar Recolic K
Browse files

bug fix

parent fa83f5f0
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ echo START pack
rm -f ~/build-output/net472/*.pdb &&
find Workflows/ -name '*.xaml' -exec cp '{}' ~/build-output/net472/ ';' &&
zip output.zip ~/build-output/net472/** &&
zip output.zip -r ~/build-output/net472/** &&
cp output.zip /buildroot/output.zip ||
exit $?
......
......@@ -24,7 +24,7 @@ mv repo/sources/dev/FleetAGC/src/AzureToolKit ~ && cd ~/AzureToolKit &&
source <(openxt env --local-repo-dir ~/nuget-local-repo --project-dir . --bin-dir ~/build-output --shell bash) &&
csproj-to-5 *.csproj &&
dotnet pack &&
zip /buildroot/output.zip /root/build-output/*.nupkg ||
zip /buildroot/output.zip -r /root/build-output/*.nupkg ||
exit $?
echo DONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment