Skip to content

Commit

Permalink
Specify XML as ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jun 26, 2023
1 parent 8a47fee commit 0f212fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
</dependencies>
</metadata>
</package>
"@ | Out-File plugin.nuspec
"@ | Out-File -Encoding ASCII plugin.nuspec
dotnet publish Plugin/windows/windows.csproj -c Release -o p/windows
dotnet publish Plugin/main/main.csproj -c Release -o p/main
Expand Down

0 comments on commit 0f212fe

Please sign in to comment.