File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ echo "build: Build version suffix is $buildSuffix"
21
21
if ($LASTEXITCODE -ne 0 ) { exit 1 }
22
22
23
23
if ($suffix ) {
24
- & dotnet pack src\Serilog -- configuration Release -- no- build -- no- restore - o artifacts -- version- suffix= $suffix
24
+ & dotnet pack src\Serilog.Settings.Configuration -- configuration Release -- no- build -- no- restore - o artifacts -- version- suffix= $suffix
25
25
} else {
26
- & dotnet pack src\Serilog -- configuration Release -- no- build -- no- restore - o artifacts
26
+ & dotnet pack src\Serilog.Settings.Configuration -- configuration Release -- no- build -- no- restore - o artifacts
27
27
}
28
28
29
29
if ($LASTEXITCODE -ne 0 ) { exit 2 }
30
30
31
31
Write-Output " build: Testing"
32
32
33
- & dotnet test test\Serilog.Tests -- configuration Release -- no- build -- no- restore
33
+ & dotnet test test\Serilog.Settings.Configuration. Tests -- configuration Release -- no- build -- no- restore
34
34
35
35
if ($LASTEXITCODE -ne 0 ) { exit 3 }
You can’t perform that action at this time.
0 commit comments