Skip to content

Commit 9efdde3

Browse files
break command line
Co-authored-by: Copilot <[email protected]>
1 parent 396e447 commit 9efdde3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,17 @@ jobs:
4141
run: dotnet restore
4242

4343
- 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
44+
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
4555
4656
- name: Upload packages to artifacts
4757
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)