File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [main]
6+
7+ jobs :
8+ publish :
9+ name : Publish NuGet package
10+ runs-on : ubuntu-20.04
11+ steps :
12+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4
13+ - uses : rohith/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7cc # 2.5.5
14+ with :
15+ PROJECT_FILE_PATH : src/Exercism.Tests/Exercism.Tests.csproj
16+ NUGET_KEY : ${{ secrets.NUGET_API_KEY }}
17+ INCLUDE_SYMBOLS : true
Original file line number Diff line number Diff line change 44 <TargetFramework >net5.0</TargetFramework >
55 <PackageId >Exercism.Tests</PackageId >
66 <Version >0.1.0-alpha</Version >
7- <PackageTags >Exercism; Testing</PackageTags >
8- <Description >This library adds Exercism-specific functionality related to testing solutions.</Description >
7+ <Title >Exercism Testing</Title >
8+ <Description >This library adds Exercism-specific functionality related to testing solutions.</Description >
99 <Authors >Erik Schierboom</Authors >
10- <Company >Exercism</Company >
10+ <Company >Exercism</Company >
11+ <PackageTags >Exercism;Testing</PackageTags >
12+ <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
13+ <RepositoryUrl >https://github.com/exercism/dotnet-tests</RepositoryUrl >
14+ <IncludeSymbols >true</IncludeSymbols >
15+ <IncludeSource >true</IncludeSource >
16+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1117 </PropertyGroup >
1218
1319</Project >
You can’t perform that action at this time.
0 commit comments