Skip to content

Commit 653d52a

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 bd71ca2 commit 653d52a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
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

0 commit comments

Comments
 (0)