Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ms-extern-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
ms-extern-ci
Commits
0a9337f1
There was an error fetching the commit references. Please try again later.
Commit
0a9337f1
authored
3 years ago
by
Recolic K
Browse files
Options
Downloads
Patches
Plain Diff
u
parent
4141291f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ControlPlane/guest-build.sh
+2
-1
2 additions, 1 deletion
ControlPlane/guest-build.sh
ControlPlane/host-daemon.fish
+1
-1
1 addition, 1 deletion
ControlPlane/host-daemon.fish
with
3 additions
and
2 deletions
ControlPlane/guest-build.sh
+
2
−
1
View file @
0a9337f1
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ControlPlane/host-daemon.fish
+
1
−
1
View file @
0a9337f1
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment