File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ stages:
79
79
# Build
80
80
- script : dotnet build $(solution) --configuration $(buildConfiguration) --no-restore -p:ContinuousIntegrationBuild=true
81
81
displayName : Run dotnet build
82
+ name : build
82
83
83
84
# Pack
84
85
- script : dotnet pack $(solution) --configuration $(buildConfiguration) --no-build --output $(Build.ArtifactStagingDirectory)/nupkg
Original file line number Diff line number Diff line change 6
6
<!-- Third-party packages -->
7
7
<PackageVersion Include =" NUnit" Version =" 3.14.0" />
8
8
<PackageVersion Include =" Moq" Version =" 4.17.2" />
9
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
10
- <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.3.2 " PrivateAssets =" all" />
9
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
10
+ <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.5.0 " PrivateAssets =" all" />
11
11
</ItemGroup >
12
- </Project >
12
+ </Project >
You can’t perform that action at this time.
0 commit comments