This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previewing update of stack 'learningmachine/cts-auto-foundation' | |
Uploading program: 0 B / 24.02 MiB [----------------------------------] 0.00% Uploading program: 0 B / 24.02 MiB [----------------------------------] 0.00% Uploading program: 26.80 KiB / 24.02 MiB [>----------------------] 0.11% 6m7s Uploading program: 114.80 KiB / 24.02 MiB [>---------------------] 0.47% 2m8s Uploading program: 390.80 KiB / 24.02 MiB [>----------------------] 1.59% 49s Uploading program: 830.80 KiB / 24.02 MiB [>----------------------] 3.38% 28s Uploading program: 1.65 MiB / 24.02 MiB [=>-----------------------] 6.86% 16s Uploading program: 2.58 MiB / 24.02 MiB [==>----------------------] 10.76% 11s Uploading program: 3.02 MiB / 24.02 MiB [===>---------------------] 12.58% 11s Uploading program: 3.49 MiB / 24.02 MiB [===>---------------------] 14.52% 10s Uploading program: 4.47 MiB / 24.02 MiB [====>---------------------] 18.60% 8s Uploading program: 4.92 MiB / 24.02 MiB [=====>------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
CROSSGEN=${1:-} | |
COREFX_ROOT=${2:-} | |
if [ -z $CROSSGEN ] || [ -z $COREFX_ROOT ]; then | |
echo "usage: $0 [path-to-crossgen] [path-to-corefx-root]" | |
exit 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("./Microsoft.Azure.Agent.Linux", ["./Microsoft.Azure.Agent.Linux"], [/* 11 vars */]) = 0 | |
brk(NULL) = 0x68d000 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa744f7c000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=13872, ...}) = 0 | |
mmap(NULL, 13872, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa744f78000 | |
close(3) = 0 | |
open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\r\0\0\0\0\0\0"..., 832) = 832 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79: | |
79: file=libdl.so.2 [0]; needed by ./Microsoft.Azure.Agent.Linux [0] | |
79: file=libdl.so.2 [0]; generating link map | |
79: dynamic: 0x00007f3977933d88 base: 0x00007f3977731000 size: 0x00000000002030f0 | |
79: entry: 0x00007f3977731da0 phdr: 0x00007f3977731040 phnum: 7 | |
79: | |
79: | |
79: file=libpthread.so.0 [0]; needed by ./Microsoft.Azure.Agent.Linux [0] | |
79: file=libpthread.so.0 [0]; generating link map | |
79: dynamic: 0x00007f397772bd50 base: 0x00007f3977513000 size: 0x000000000021d428 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilationOptions": { | |
"emitEntryPoint": true | |
}, | |
"dependencies": { | |
"NuProj": "0.10.4-beta-gf7fc34e7d8", | |
"Microsoft.Build.Framework": "0.1.0-preview-00017", | |
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00017", | |
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00017", | |
"Microsoft.Build.Targets": "0.1.0-preview-00017", |