Disable MSBuildEnableWorkloadResolver in gitlab ci
This commit is contained in:
parent
611b179d62
commit
8fcc629106
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
VERSION: 4.3.0-V$CI_COMMIT_SHORT_SHA
|
VERSION: 4.3.0-V$CI_COMMIT_SHORT_SHA
|
||||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||||
|
# ToDo: Remove when .net6 is released
|
||||||
|
MSBuildEnableWorkloadResolver: false
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue