We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34d2af commit 793fcccCopy full SHA for 793fccc
dotnet-8.yaml
@@ -55,12 +55,13 @@ pipeline:
55
./prep.sh --bootstrap
56
# /p:PrebuiltPackagesPath=/home/build/src/packages \
57
- runs: |
58
- ./build.sh --online --clean-while-building \
+ ./build.sh --clean-while-building \
59
-- \
60
/v:n \
61
/p:ContinueOnPrebuiltBaselineError=true \
62
/p:MinimalConsoleLogOutput=false \
63
- /p:SkipPortableRuntimeBuild=true
+ /p:SkipPortableRuntimeBuild=true \
64
+ /p:BuildWithOnlineSources=false
65
66
mkdir -p "${{targets.destdir}}"/usr/share/dotnet
67
mkdir -p "${{targets.destdir}}"/usr/bin
0 commit comments