File tree Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 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 : DotNetCoreCLI@2
14
- inputs :
15
- command : ' restore'
16
- projects : ' **/*.csproj'
17
-
18
- - task : DotNetCoreCLI@2
19
- inputs :
20
- command : ' build'
21
- projects : ' **/*.csproj'
22
- arguments : ' --configuration $(buildConfiguration)'
23
-
24
- - task : DotNetCoreCLI@2
25
- inputs :
26
- command : pack
27
- packagesToPack : ' src/Blazor.Extensions.SignalR/*.csproj'
28
- configuration : ' $(buildConfiguration)'
29
- versioningScheme : byPrereleaseNumber
30
- majorVersion : ' 0'
31
- minorVersion : ' 1'
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 : DotNetCoreCLI@2
14
+ inputs :
15
+ command : ' restore'
16
+ projects : ' **/*.csproj'
17
+
18
+ - task : DotNetCoreCLI@2
19
+ inputs :
20
+ command : ' build'
21
+ projects : ' **/*.csproj'
22
+ arguments : ' --configuration $(buildConfiguration)'
23
+
24
+ - task : DotNetCoreCLI@2
25
+ inputs :
26
+ command : pack
27
+ packagesToPack : ' src/Blazor.Extensions.SignalR/*.csproj'
28
+ configuration : ' $(buildConfiguration)'
29
+ versioningScheme : byPrereleaseNumber
30
+ majorVersion : ' 0'
31
+ minorVersion : ' 1'
32
32
patchVersion : ' 0'
Original file line number Diff line number Diff line change 8
8
- task : DotNetCoreInstaller@0
9
9
inputs :
10
10
packageType : ' sdk'
11
- version : ' 3.0.0 -preview7.19365.7 '
11
+ version : 3.0.100 -preview7-012821
12
12
13
13
- task : DotNetCoreCLI@2
14
14
inputs :
You can’t perform that action at this time.
0 commit comments