File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
Blazor.Extensions.Storage.JS
Blazor.Extensions.Storage
test/Blazor.Extensions.Storage.Test Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,26 @@ variables:
5
5
6
6
steps :
7
7
- task : DotNetCoreInstaller@0
8
+ displayName : ' Use .NET Core sdk 3.0.100-preview6-012268'
8
9
inputs :
9
10
packageType : ' sdk'
10
- version : ' 3.0.100-preview4-011223 '
11
+ version : ' 3.0.100-preview6-012268 '
11
12
12
13
- task : Npm@1
14
+ displayName : ' Install NPM dependencies'
13
15
inputs :
14
16
command : ' install'
15
17
workingDir : src/Blazor.Extensions.Storage.JS
16
18
17
19
- task : DotNetCoreCLI@2
20
+ displayName : ' Build'
18
21
inputs :
19
22
command : ' build'
20
23
projects : ' **/*.csproj'
21
24
arguments : ' --configuration $(buildConfiguration)'
22
25
23
26
- task : DotNetCoreCLI@2
27
+ displayName : ' Pack Nuget package'
24
28
inputs :
25
29
command : pack
26
30
packagesToPack : ' src/Blazor.Extensions.Storage/*.csproj'
Original file line number Diff line number Diff line change @@ -5,22 +5,26 @@ variables:
5
5
6
6
steps :
7
7
- task : DotNetCoreInstaller@0
8
+ displayName : ' Use .NET Core sdk 3.0.100-preview6-012268'
8
9
inputs :
9
10
packageType : ' sdk'
10
- version : ' 3.0.100-preview4-011223 '
11
+ version : ' 3.0.100-preview6-012268 '
11
12
12
13
- task : Npm@1
14
+ displayName : ' Install NPM dependencies'
13
15
inputs :
14
16
command : ' install'
15
17
workingDir : src/Blazor.Extensions.Storage.JS
16
18
17
19
- task : DotNetCoreCLI@2
20
+ displayName : ' Build'
18
21
inputs :
19
22
command : ' build'
20
23
projects : ' **/*.csproj'
21
24
arguments : ' --configuration $(buildConfiguration)'
22
25
23
26
- task : DotNetCoreCLI@2
27
+ displayName : ' Pack Nuget package'
24
28
inputs :
25
29
command : pack
26
30
packagesToPack : ' src/Blazor.Extensions.Storage/*.csproj'
30
34
versionEnvVar : Version
31
35
32
36
- task : NuGetCommand@2
37
+ displayName : ' Publish Nuget package'
33
38
inputs :
34
39
command : push
35
40
packagesToPush : ' $(build.ArtifactStagingDirectory)/**/*.nupkg;!$(build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview4-19216-03 " PrivateAssets =" all" />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview6.19307.2 " PrivateAssets =" all" />
20
20
<WebpackInputs Include =" **\*.ts" Exclude =" dist\**;node_modules\**" />
21
21
</ItemGroup >
22
22
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview4-19216-03 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview6.19307.2 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview4-19216-03 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview4-19216-03 " PrivateAssets =" all" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview4-19216-03 " PrivateAssets =" all" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview6.19307.2 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview6.19307.2 " PrivateAssets =" all" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview6.19307.2 " PrivateAssets =" all" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments