File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <!-- Extend Directory.Build.targets -->
3-
4- <ItemGroup Condition =" Exists('$(MSBuildThisFileDirectory)..\..\nugetizer\bin\')" >
5- <PackageReference Update =" NuGetizer" Version =" 0.9.1" />
3+ <PropertyGroup >
4+ <FortyTwo >42</FortyTwo >
5+ <RestoreSources Condition =" Exists('$(MSBuildThisFileDirectory)..\..\nugetizer\bin\NuGetizer.42.42.42.nupkg')" >
6+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\nugetizer\bin'));
7+ https://api.nuget.org/v3/index.json
8+ </RestoreSources >
9+ </PropertyGroup >
10+ <ItemGroup Condition =" Exists('$(MSBuildThisFileDirectory)..\..\nugetizer\bin\NuGetizer.42.42.42.nupkg')" >
11+ <PackageReference Update =" NuGetizer" Version =" $(FortyTwo).$(FortyTwo).$(FortyTwo)" />
612 </ItemGroup >
713
814 <ItemGroup >
You can’t perform that action at this time.
0 commit comments