Commit d0cf059 1 parent cbe96bf commit d0cf059 Copy full SHA for d0cf059
File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 44
44
inputs :
45
45
version : 2.2.100
46
46
47
- - task : DotNetCoreCLI@2
48
- displayName : Install versioning tool
49
- inputs :
50
- command : custom
51
- custom : tool
52
- arguments : install --tool-path . nbgv
53
-
54
- - script : nbgv cloud
55
- displayName : Run versioning tool
56
- condition : eq(variables['build.sourcebranch'], 'refs/heads/master')
57
-
58
47
- task : Npm@1
59
48
displayName : Install frontend dependencies
60
49
inputs :
80
69
81
70
- script : dotnet pack --configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)
82
71
displayName : Pack
83
- condition : eq(variables['build.sourcebranch'], 'refs/heads/master')
84
72
85
73
- task : DotNetCoreCLI@2
86
74
displayName : Publish
94
82
displayName : ' Publish Artifacts'
95
83
inputs :
96
84
PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
97
- condition : eq(variables['build.sourcebranch'], 'refs/heads/master')
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >BaGet</Product >
5
+
6
+ <PackageVersion Condition =" '$(PackageVersion)' == ''" >0.1.0-prerelease</PackageVersion >
5
7
<PackageProjectUrl >https://loic-sharma.github.io/BaGet/</PackageProjectUrl >
6
8
<PackageLicenseExpression >MIT</PackageLicenseExpression >
7
9
<PackageIconUrl >https://raw.githubusercontent.com/NuGet/Media/master/Images/MainLogo/256x256/nuget_256.png</PackageIconUrl >
10
+
8
11
<RepositoryUrl >https://github.com/loic-sharma/BaGet</RepositoryUrl >
9
12
<RepositoryType >git</RepositoryType >
10
13
<PublishRepositoryUrl >true</PublishRepositoryUrl >
38
41
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
39
42
</ItemGroup >
40
43
41
- <ItemGroup Condition =" $(IsPackable) == 'true' AND $(DOTNET_RUNNING_IN_CONTAINER) == ''" >
42
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.105" PrivateAssets =" all" />
43
- </ItemGroup >
44
-
45
44
</Project >
You can’t perform that action at this time.
0 commit comments