Skip to content

Commit

Permalink
Remove explicit target framework from appveyor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Aug 26, 2023
1 parent 8572c37 commit a9ec159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_script:
& $dotnet pack -o "$PWD\out\packages" /p:Version="$env:APPVEYOR_BUILD_VERSION"
& $dotnet publish "$PWD\src\LanguageServer\LanguageServer.csproj" -f net6.0 -o "$PWD\out\language-server" /p:Version="$env:APPVEYOR_BUILD_VERSION"
& $dotnet publish "$PWD\src\LanguageServer\LanguageServer.csproj" -o "$PWD\out\language-server" /p:Version="$env:APPVEYOR_BUILD_VERSION"
test_script:
- ps: >-
$dotnet = Get-Command 'dotnet'
Expand Down

0 comments on commit a9ec159

Please sign in to comment.