File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
<PackageLicenseExpression >MIT</PackageLicenseExpression >
22
22
<RepositoryType >git</RepositoryType >
23
23
<RepositoryUrl >https://github.com/cake-contrib/Cake.AzureDevOps.git</RepositoryUrl >
24
- <PackageReleaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/0.4.6 </PackageReleaseNotes >
24
+ <PackageReleaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/0.4.7 </PackageReleaseNotes >
25
25
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
26
26
<IncludeBuildOutput >false</IncludeBuildOutput >
27
27
<TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
-
3
- namespace Cake . AzureDevOps . Pipelines
1
+ namespace Cake . AzureDevOps . Pipelines
4
2
{
3
+ using System . Collections . Generic ;
4
+
5
5
/// <summary>
6
6
/// Represents a resource associated with a <see cref="AzureDevOpsBuildArtifact" />.
7
7
/// </summary>
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ private static BuildDefinitionReference GetBuildDefinition(
128
128
. ConfigureAwait ( false )
129
129
. GetAwaiter ( )
130
130
. GetResult ( ) ;
131
-
132
131
}
133
132
else if ( ! string . IsNullOrWhiteSpace ( settings . ProjectName ) )
134
133
{
You can’t perform that action at this time.
0 commit comments