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:
|
||||
VERSION: 4.3.0-V$CI_COMMIT_SHORT_SHA
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
# ToDo: Remove when .net6 is released
|
||||
MSBuildEnableWorkloadResolver: false
|
||||
|
||||
Build:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue