Skip to content

Commit 1e8916d

Browse files
committed
.
1 parent e45f448 commit 1e8916d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish-razorui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060

6161
- name: Install nuget validator
6262
run: dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
63-
working-directory: RazorUI
6463

6564
- name: Validate package
6665
run: |
6766
for file in $(find ${{ env.NuGetDirectory }} -name "*.nupkg")
6867
do
6968
meziantou.validate-nuget-package $file
7069
done
70+
7171
7272
run_test:
7373
runs-on: ubuntu-latest

RazorUI/RazorUI.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
<DebugSymbols>true</DebugSymbols>
2222
<Deterministic>true</Deterministic>
2323
<IncludeSymbols>true</IncludeSymbols>
24-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2624
</PropertyGroup>
2725

2826
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)