We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84ea7f commit b990039Copy full SHA for b990039
.yamato/project-standards.yml
@@ -3,9 +3,9 @@
3
standards_{{ projects.first.name }}:
4
name: Standards Check {{ projects.first.name }}
5
agent:
6
- type: {{ test_platforms.first.type }}
7
- image: {{ test_platforms.first.image }}
8
- flavor: {{ test_platforms.first.flavor}}
+ type: {{ test_platforms.last.type }}
+ image: {{ test_platforms.last.image }}
+ flavor: {{ test_platforms.last.flavor}}
9
commands:
10
- dotnet --version
11
- dotnet format --version
0 commit comments