File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Task("Upload-AppVeyor-Artifacts")
445
445
"NuGetExeBuild:GitVersion.Portable." + nugetVersion + ".nupkg" ,
446
446
"NuGetCommandLineBuild:GitVersion.CommandLine." + nugetVersion + ".nupkg" ,
447
447
"NuGetExeDotNetCoreBuild:GitVersion.CommandLine.DotNetCore." + nugetVersion + ".nupkg" ,
448
- "NuGetRefBuild:GitVersion ." + nugetVersion + ".nupkg" ,
448
+ "NuGetRefBuild:GitVersionCore ." + nugetVersion + ".nupkg" ,
449
449
"NuGetTaskBuild:GitVersionTask." + nugetVersion + ".nupkg" ,
450
450
"zip:GitVersion_" + nugetVersion + ".zip" ,
451
451
"zip-dotnetcore:GitVersionDotNetCore_" + nugetVersion + ".zip"
@@ -456,7 +456,7 @@ Task("Upload-AppVeyor-Artifacts")
456
456
AppVeyor . UploadArtifact ( "build/NuGetExeBuild/GitVersion.Portable." + nugetVersion + ".nupkg" ) ;
457
457
AppVeyor . UploadArtifact ( "build/NuGetCommandLineBuild/GitVersion.CommandLine." + nugetVersion + ".nupkg" ) ;
458
458
AppVeyor . UploadArtifact ( "build/NuGetExeDotNetCoreBuild/GitVersion.CommandLine.DotNetCore." + nugetVersion + ".nupkg" ) ;
459
- AppVeyor . UploadArtifact ( "build/NuGetRefBuild/GitVersion ." + nugetVersion + ".nupkg" ) ;
459
+ AppVeyor . UploadArtifact ( "build/NuGetRefBuild/GitVersionCore ." + nugetVersion + ".nupkg" ) ;
460
460
AppVeyor . UploadArtifact ( "build/NuGetTaskBuild/GitVersionTask." + nugetVersion + ".nupkg" ) ;
461
461
AppVeyor . UploadArtifact ( "build/GitVersion_" + nugetVersion + ".zip" ) ;
462
462
AppVeyor . UploadArtifact ( "build/GitVersionDotNetCore_" + nugetVersion + ".zip" ) ;
Original file line number Diff line number Diff line change 7
7
<AssemblyName >GitVersionCore</AssemblyName >
8
8
<BuildDir >$(SolutionDir)..\build\</BuildDir >
9
9
<!-- Start of Nuspec metadata-->
10
- <PackageId >GitVersion </PackageId >
10
+ <PackageId >GitVersionCore </PackageId >
11
11
<Title >GitVersion</Title >
12
12
<Authors >GitTools and Contributors</Authors >
13
13
<PackageProjectUrl >https://github.com/GitTools/GitVersion</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments