File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11name : build
22on : push
33
4+ env :
5+ DOTNET_NOLOGO : true
6+ MSBUILDDISABLENODEREUSE : 1
7+
48jobs :
59 build :
610 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 33 release :
44 types : [created]
55
6+ env :
7+ DOTNET_NOLOGO : true
8+ MSBUILDDISABLENODEREUSE : 1
9+
610jobs :
711 push :
812 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2323 <Nullable >enable</Nullable >
2424 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
2525 <DefaultItemExcludes >$(DefaultItemExcludes);*.binlog;*.zip</DefaultItemExcludes >
26-
27- <RestoreSources >C:\Code\kzu\NuGetizer\bin;https://api.nuget.org/v3/index.json;$(RestoreSources)</RestoreSources >
2826 </PropertyGroup >
2927
3028 <PropertyGroup Label =" CI" Condition =" '$(CI)' == ''" >
3331 </PropertyGroup >
3432
3533 <ItemGroup >
36- <PackageReference Include =" NuGetizer" Version =" 42.42.42 " />
34+ <PackageReference Include =" NuGetizer" Version =" 0.3.0 " />
3735 </ItemGroup >
3836
3937 <ItemGroup Label =" Workaround for public packages not having the latest ISourceGenerator API changes" >
You can’t perform that action at this time.
0 commit comments