Skip to content

Commit b96cc4e

Browse files
committed
Revert workaround
1 parent 858228b commit b96cc4e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
image:
22
- 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
3+
- Visual Studio 2022
64

75
version: '{build}'
86

@@ -34,7 +32,7 @@ for:
3432
-
3533
matrix:
3634
only:
37-
- image: Previous Visual Studio 2022
35+
- image: Visual Studio 2022
3836
services:
3937
- postgresql15
4038
install:

0 commit comments

Comments
 (0)