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 858228b commit b96cc4eCopy full SHA for b96cc4e
appveyor.yml
@@ -1,8 +1,6 @@
1
image:
2
- Ubuntu2004
3
- # 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
+ - Visual Studio 2022
6
7
version: '{build}'
8
@@ -34,7 +32,7 @@ for:
34
32
-
35
33
matrix:
36
only:
37
- - image: Previous Visual Studio 2022
+ - image: Visual Studio 2022
38
services:
39
- postgresql15
40
install:
0 commit comments