We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396e447 commit 9efdde3Copy full SHA for 9efdde3
.github/workflows/ci.yml
@@ -41,7 +41,17 @@ jobs:
41
run: dotnet restore
42
43
- name: Create NuGet package
44
- run: dotnet msbuild -t:Pack src/UTF-unknown.csproj -p:Configuration=Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -p:EmbedUntrackedSources=true -p:PackageOutputPath=${{ env.NuGetDirectory }} -verbosity:minimal
+ run: |
45
+ dotnet msbuild
46
+ -t:Pack
47
+ src/UTF-unknown.csproj
48
+ -p:Configuration=Release
49
+ -p:IncludeSymbols=true
50
+ -p:SymbolPackageFormat=snupkg
51
+ -p:ContinuousIntegrationBuild=true
52
+ -p:EmbedUntrackedSources=true
53
+ -p:PackageOutputPath=${{ env.NuGetDirectory }}
54
+ -verbosity:minimal
55
56
- name: Upload packages to artifacts
57
uses: actions/upload-artifact@v4
0 commit comments