File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,15 @@ Task("Publish-NuGet-Internal")
132
132
133
133
Information ( "Adding NuGet source with user/pass..." ) ;
134
134
NuGetAddSource ( "GitHub" , source , nugetSourceSettings ) ;
135
- Information ( "Adding NuGet source with user/pass after" ) ;
136
135
137
136
foreach ( var package in parameters . Packages . Nuget )
138
137
{
139
138
if ( FileExists ( package . PackagePath ) )
140
139
{
141
- // NuGetPush(package.PackagePath, new NuGetPushSettings
142
- // {
143
- // Source = source
144
- // });
140
+ NuGetPush ( package . PackagePath , new NuGetPushSettings
141
+ {
142
+ Source = source
143
+ } ) ;
145
144
}
146
145
}
147
146
}
Original file line number Diff line number Diff line change 9
9
<license type =" expression" >MIT</license >
10
10
<copyright >Copyright GitTools 2020.</copyright >
11
11
<projectUrl >https://github.com/GitTools/GitVersion</projectUrl >
12
+ <repository type =" git" url =" https://github.com/GitTools/GitVersion" />
12
13
<icon >package_icon.png</icon >
13
14
<requireLicenseAcceptance >false</requireLicenseAcceptance >
14
15
<description >Derives SemVer information from a repository following GitFlow or GitHubFlow.</description >
Original file line number Diff line number Diff line change 10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
11
11
<PackageIcon >package_icon.png</PackageIcon >
12
12
<PackageReleaseNotes >https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes >
13
- <RepositoryUrl >https://github.com/GitTools/GitVersion.git </RepositoryUrl >
13
+ <RepositoryUrl >https://github.com/GitTools/GitVersion</RepositoryUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<PackageReleaseNotes >https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes >
16
16
<Company >$(Authors)</Company >
You can’t perform that action at this time.
0 commit comments