File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ jobs:
60
60
61
61
- name : Install nuget validator
62
62
run : dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
63
- working-directory : RazorUI
64
63
65
64
- name : Validate package
66
65
run : |
67
66
for file in $(find ${{ env.NuGetDirectory }} -name "*.nupkg")
68
67
do
69
68
meziantou.validate-nuget-package $file
70
69
done
70
+
71
71
72
72
run_test :
73
73
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
<DebugSymbols >true</DebugSymbols >
22
22
<Deterministic >true</Deterministic >
23
23
<IncludeSymbols >true</IncludeSymbols >
24
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
25
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
26
24
</PropertyGroup >
27
25
28
26
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments