Skip to content

Commit 099d0b5

Browse files
fix: ubuntu-22.04:v4.72.0 dotnet issues (#3449)
Locking us into ubuntu-22.04:v4.71.0 until ubuntu-22.04:v4.72.0 issue is resolved. ## Changelog NA ## Testing and Documentation - No tests have been added. - No documentation changes or additions were necessary. <!-- Uncomment and mark items off with a * if this PR deprecates any API: ### Deprecated API - [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter yyyy-mm-dd)` entry. - [ ] An [api updater] was added. - [ ] Deprecation of the API is explained in the CHANGELOG. - [ ] The users can understand why this API was removed and what they should use instead. --> ## Backport This is a backport of #3448
1 parent edf0256 commit 099d0b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/project.metafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
small_agent_platform:
2323
- name: ubuntu
2424
type: Unity::VM
25-
image: package-ci/ubuntu-22.04:v4
25+
image: package-ci/ubuntu-22.04:v4.71.0
2626
flavor: b1.small
2727

2828

@@ -37,7 +37,7 @@ test_platforms:
3737
default:
3838
- name: ubuntu
3939
type: Unity::VM
40-
image: package-ci/ubuntu-22.04:v4
40+
image: package-ci/ubuntu-22.04:v4.71.0
4141
flavor: b1.large
4242
standalone: StandaloneLinux64
4343
desktop:
@@ -188,4 +188,4 @@ projects:
188188
has_tests: false
189189
- name: testproject-tools-integration
190190
path: testproject-tools-integration
191-
has_tests: true
191+
has_tests: true

0 commit comments

Comments
 (0)