File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ steps:
2222 inputs :
2323 command : pack
2424 publishWebProjects : false
25- projects : ' **/*.csproj'
26- arguments : --configuration $(buildConfiguration) --output $(build.ArtifactStagingDirectory)
25+ packagesToPack : ' **/https.csproj'
26+ configuration : $(buildConfiguration)
27+ packDirectory : $(build.ArtifactStagingDirectory)
2728
2829- task : DotNetCoreCLI@2
2930 displayName : Test https
3031 inputs :
3132 command : test
32- projects : ' **/*Test* .csproj'
33+ projects : ' **/https.Tests .csproj'
3334
3435- task : PublishBuildArtifacts@1
3536 inputs :
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <PropertyGroup >
10- <VersionPrefix >0.1.1 </VersionPrefix >
10+ <VersionPrefix >0.1.2 </VersionPrefix >
1111 <VersionSuffix >local</VersionSuffix >
1212 </PropertyGroup >
1313
You can’t perform that action at this time.
0 commit comments