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

u

parent 4141291f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ echo START build AzureToolkit ...@@ -23,7 +23,8 @@ echo START build AzureToolkit
mv repo/sources/dev/FleetAGC/src/AzureToolKit ~ && cd ~/AzureToolKit && 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) && source <(openxt env --local-repo-dir ~/nuget-local-repo --project-dir . --bin-dir ~/build-output --shell bash) &&
csproj-to-5 *.csproj && csproj-to-5 *.csproj &&
dotnet pack || dotnet pack &&
zip /buildroot/output.zip /root/build-output/*.nupkg ||
exit $? exit $?
echo DONE echo DONE
......
...@@ -25,7 +25,7 @@ test -d repo ...@@ -25,7 +25,7 @@ test -d repo
or git clone https://$devops_uname:$devops_pswd@o365exchange.visualstudio.com/DefaultCollection/O365%20Core/_git/ControlPlane repo or git clone https://$devops_uname:$devops_pswd@o365exchange.visualstudio.com/DefaultCollection/O365%20Core/_git/ControlPlane repo
cd repo cd repo
dobuild master:(git rev-parse --short HEAD) # dobuild master:(git rev-parse --short HEAD)
while true while true
# No error-crash in the loop. # No error-crash in the loop.
git fetch 2> $tmpf git fetch 2> $tmpf
......
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