Commit 972db062 authored by m0sa's avatar m0sa
parent 96110ad0
......@@ -30,12 +30,15 @@
<ItemGroup>
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="4.3.0-beta1-1234" PrivateAssests="All" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.0.2" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />
</ItemGroup>
<!--
<PropertyGroup>
<FrameworkAssemblyPacker>$(MSBuildThisFileDirectory)\NuGet.FrameworkAssemblyPacker\bin\$(Configuration)\netstandard1.3\NuGet.FrameworkAssemblyPacker.targets</FrameworkAssemblyPacker>
</PropertyGroup>
<Import Project="$(FrameworkAssemblyPacker)" Condition=" '$(IsPackable)' != 'false' AND Exists('$(FrameworkAssemblyPacker)')" />
-->
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Repository" value="Nugets" />
</packageSources>
</configuration>
\ No newline at end of file
......@@ -35,7 +35,7 @@ else
# Package all
if ($PreReleaseSuffix) {
& dotnet pack -c Release -o "$packageOutputFolder" --no-build --version-suffix "$PreReleaseSuffix"
& dotnet pack -c Release -o "$packageOutputFolder" --no-build --version-suffix "$PreReleaseSuffix" /p:NuGetBuildTasksPackTargets="asasda"
} else {
& dotnet pack -c Release -o "$packageOutputFolder" --no-build
& dotnet pack -c Release -o "$packageOutputFolder" --no-build /p:NuGetBuildTasksPackTargets="asasda"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment