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 4cb4765 commit 26e8cb7Copy full SHA for 26e8cb7
.github/workflows/includes.yml
@@ -43,7 +43,7 @@ jobs:
43
44
$product = dotnet msbuild $props -getproperty:Product
45
if (-not $product) {
46
- write-error "To use OSMF EULA, ensure the $(Product) property is set in Directory.props"
+ write-error 'To use OSMF EULA, ensure the $(Product) property is set in Directory.props'
47
exit 1
48
}
49
0 commit comments