1
- queue : ' Hosted VS2017'
2
-
3
- variables :
4
- buildConfiguration : ' Release'
5
-
6
- steps :
7
-
8
- - task : DotNetCoreInstaller@0
9
- inputs :
10
- packageType : ' sdk'
11
- version : 3.0.100-preview7-012821
12
-
13
- - task : Npm@1
14
- inputs :
15
- command : ' install'
16
- workingDir : src/Blazor.Extensions.Logging.JS
17
-
18
- - task : DotNetCoreCLI@2
19
- inputs :
20
- command : ' restore'
21
- projects : ' **/*.csproj'
22
-
23
- - task : DotNetCoreCLI@2
24
- inputs :
25
- command : ' build'
26
- projects : ' **/*.csproj'
27
- arguments : ' --configuration $(buildConfiguration)'
28
-
29
- - task : DotNetCoreCLI@2
30
- inputs :
31
- command : pack
32
- packagesToPack : ' src/Blazor.Extensions.Logging/*.csproj'
33
- packDirectory : ' $(build.artifactStagingDirectory)'
34
- configuration : ' $(buildConfiguration)'
35
- versioningScheme : byEnvVar
36
- versionEnvVar : Version
37
-
38
- - task : NuGetCommand@2
39
- inputs :
40
- command : push
41
- packagesToPush : ' $(build.ArtifactStagingDirectory)/**/*.nupkg;!$(build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
42
- publishFeedCredentials : ' BlazorExtensions'
43
- nuGetFeedType : external
44
- versioningScheme : byEnvVar
1
+ queue : ' Hosted VS2017'
2
+
3
+ variables :
4
+ buildConfiguration : ' Release'
5
+
6
+ steps :
7
+
8
+ - task : DotNetCoreInstaller@0
9
+ inputs :
10
+ packageType : ' sdk'
11
+ version : 3.0.100-preview8-013656
12
+
13
+ - task : Npm@1
14
+ inputs :
15
+ command : ' install'
16
+ workingDir : src/Blazor.Extensions.Logging.JS
17
+
18
+ - task : DotNetCoreCLI@2
19
+ inputs :
20
+ command : ' restore'
21
+ projects : ' **/*.csproj'
22
+
23
+ - task : DotNetCoreCLI@2
24
+ inputs :
25
+ command : ' build'
26
+ projects : ' **/*.csproj'
27
+ arguments : ' --configuration $(buildConfiguration)'
28
+
29
+ - task : DotNetCoreCLI@2
30
+ inputs :
31
+ command : pack
32
+ packagesToPack : ' src/Blazor.Extensions.Logging/*.csproj'
33
+ packDirectory : ' $(build.artifactStagingDirectory)'
34
+ configuration : ' $(buildConfiguration)'
35
+ versioningScheme : byEnvVar
36
+ versionEnvVar : Version
37
+
38
+ - task : NuGetCommand@2
39
+ inputs :
40
+ command : push
41
+ packagesToPush : ' $(build.ArtifactStagingDirectory)/**/*.nupkg;!$(build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
42
+ publishFeedCredentials : ' BlazorExtensions'
43
+ nuGetFeedType : external
44
+ versioningScheme : byEnvVar
45
45
versionEnvVar : Version
0 commit comments