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