File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,6 @@ target publish {
2727
2828extension @dotnet {
2929 container = "mcr.microsoft.com/dotnet/sdk:9.0.202"
30- variables = [
31- "DOTNET_SKIP_FIRST_TIME_EXPERIENCE"
32- "DOTNET_NOLOGO"
33- "DOTNET_CLI_TELEMETRY_OPTOUT"
34- "DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK"
35- "MSBUILDDISABLENODEREUSE"
36-
37- "TF_BUILD"
38- "GITHUB_ACTIONS"
39- "APPVEYOR"
40- "CI"
41- "TRAVIS"
42- "CIRCLECI"
43- "CODEBUILD_BUILD_ID"
44- "AWS_REGION"
45- "BUILD_ID" "BUILD_URL"
46- "PROJECT_ID"
47- "TEAMCITY_VERSION"
48- "JB_SPACE_API_URL"
49- ]
5030 defaults {
5131 configuration = local .configuration
5232 }
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ project @dotnet {
44 "dotnet"]
55}
66
7- extension @docker {
8- defaults {
9- image = "ghcr.io/magnusopera/terrabuild"
10- }
11- }
12-
137target build {
148 @dotnet build { version = terrabuild.tag }
159}
You can’t perform that action at this time.
0 commit comments