V15 QA fix e2e build pipeline (#16987)

* Added a line to check the dotnet version

* Moved

* Updated dotnet version

* Removed version output
This commit is contained in:
Andreas Zerbst
2024-08-30 13:03:41 +02:00
committed by GitHub
parent 84cc3051ad
commit 2a6b376f0d

View File

@@ -116,7 +116,7 @@
"cases": [ "cases": [
{ {
"condition": "(true)", "condition": "(true)",
"value": "net8.0" "value": "net9.0"
} }
] ]
} }