Skip to content

Commit 21c26ee

Browse files
committed
cleanup WORKSPACE for self build
1 parent 7298886 commit 21c26ee

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

WORKSPACE

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,6 @@ target publish {
2727

2828
extension @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
}

src/Terrabuild/PROJECT

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
137
target build {
148
@dotnet build { version = terrabuild.tag }
159
}

0 commit comments

Comments
 (0)