Skip to content

Commit d8d2248

Browse files
committed
Add workaround for failing 'dotnet pack'
Caused by an unintentional breaking change in .NET SDK v7.0.200, which the latest AppVeyor image uses
1 parent 97c0923 commit d8d2248

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
image:
22
- Ubuntu2004
3-
- Visual Studio 2022
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
46

57
version: '{build}'
68

@@ -32,7 +34,7 @@ for:
3234
-
3335
matrix:
3436
only:
35-
- image: Visual Studio 2022
37+
- image: Previous Visual Studio 2022
3638
services:
3739
- postgresql15
3840
install:

0 commit comments

Comments
 (0)