We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c0923 commit d8d2248Copy full SHA for d8d2248
appveyor.yml
@@ -1,6 +1,8 @@
1
image:
2
- Ubuntu2004
3
- - Visual Studio 2022
+ # Downgrade to workaround error NETSDK1194 during 'dotnet pack': The "--output" option isn't supported when building a solution.
4
+ # https://stackoverflow.com/questions/75453953/how-to-fix-github-actions-dotnet-publish-workflow-error-the-output-option-i
5
+ - Previous Visual Studio 2022
6
7
version: '{build}'
8
@@ -32,7 +34,7 @@ for:
32
34
-
33
35
matrix:
36
only:
- - image: Visual Studio 2022
37
+ - image: Previous Visual Studio 2022
38
services:
39
- postgresql15
40
install:
0 commit comments