Oren Novotny 8 سال پیش
والد
کامیت
e7ea7578f7
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      Rx.NET/Source/Directory.build.props
  2. 1 1
      Rx.NET/Source/build-new.ps1

+ 3 - 3
Rx.NET/Source/Directory.build.props

@@ -21,10 +21,10 @@
   </PropertyGroup>
   
     <ItemGroup>
-    <!--<PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="All" /> -->
+    <PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="All" /> 
     <PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0" PrivateAssets="All" />
-    <PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" /> 
-    <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" /> 
+    <!-- <PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" /> 
+    <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" /> -->
   </ItemGroup>
   
   

+ 1 - 1
Rx.NET/Source/build-new.ps1

@@ -35,7 +35,7 @@ if (!(Test-Path .\nuget.exe)) {
 
 
 #update version
-# .\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver
+.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver
 
 New-Item -ItemType Directory -Force -Path $artifacts