File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Cake.AzureDevOps/Pipelines Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ public class AzureDevOpsArtifactResource
12
12
/// <summary>
13
13
/// Gets the data of the resource.
14
14
/// </summary>
15
- public string Data { get ; internal set ; }
15
+ public string Data { get ; init ; }
16
16
17
17
/// <summary>
18
18
/// Gets the download url of the resource.
19
19
/// </summary>
20
- public string DownloadUrl { get ; internal set ; }
20
+ public string DownloadUrl { get ; init ; }
21
21
22
22
/// <summary>
23
23
/// Gets the type of the resource.
24
24
/// </summary>
25
- public AzurePipelinesArtifactType Type { get ; internal set ; }
25
+ public AzurePipelinesArtifactType Type { get ; init ; }
26
26
27
27
/// <summary>
28
28
/// Gets the full http link to the resource.
29
29
/// </summary>
30
- public string Url { get ; internal set ; }
30
+ public string Url { get ; init ; }
31
31
32
32
/// <summary>
33
33
/// Gets the properties for the resource.
34
34
/// </summary>
35
- public Dictionary < string , string > Properties { get ; internal set ; }
35
+ public Dictionary < string , string > Properties { get ; init ; }
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments