Skip to content

Commit b990039

Browse files
committed
trying another image
1 parent b84ea7f commit b990039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/project-standards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
standards_{{ projects.first.name }}:
44
name: Standards Check {{ projects.first.name }}
55
agent:
6-
type: {{ test_platforms.first.type }}
7-
image: {{ test_platforms.first.image }}
8-
flavor: {{ test_platforms.first.flavor}}
6+
type: {{ test_platforms.last.type }}
7+
image: {{ test_platforms.last.image }}
8+
flavor: {{ test_platforms.last.flavor}}
99
commands:
1010
- dotnet --version
1111
- dotnet format --version

0 commit comments

Comments
 (0)