File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ mono: none
66script :
77 - dotnet restore
88 - dotnet build
9+ - dotnet pack -c Release
10+ - ' unzip -l bin/Release/*.nupkg'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project Sdk =" Microsoft.NET.Sdk " >
2+ <Project Sdk =" Microsoft.Build.NoTargets " >
33 <PropertyGroup >
4- <AssemblyName >Messerli.CodeStyle</AssemblyName >
54 <Version >1.0.0-alpha.1</Version >
65 <RepositoryUrl >https://github.com/messerli-informatik-ag/code-style</RepositoryUrl >
76 <RepositoryType >git</RepositoryType >
2625 <Pack >true</Pack >
2726 <PackagePath >build\$(TargetFramework)\Config</PackagePath >
2827 </None >
29- <None Include =" $(AssemblyName).targets" >
28+ <!-- This file is automatically loaded by MSBuild when a project depends on this package using <PackageReference> -->
29+ <None Include =" $(PackageId).targets" >
3030 <Pack >true</Pack >
3131 <PackagePath >build\$(TargetFramework)</PackagePath >
3232 </None >
33+ <!-- This file makes the nuget package framework dependent -->
34+ <None Include =" lib/_._" >
35+ <Pack >true</Pack >
36+ <PackagePath >lib\$(TargetFramework)</PackagePath >
37+ </None >
3338 </ItemGroup >
3439</Project >
Original file line number Diff line number Diff line change 1+ {
2+ "msbuild-sdks" : {
3+ "Microsoft.Build.NoTargets" : " 1.0.88"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments