Skip to content

Commit 1e4104b

Browse files
committed
build: remove unnecessary dotnet clean from build.ps1
On CI with a clean workspace, dotnet clean is redundant and wastes time.
1 parent 73e62c7 commit 1e4104b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function Clean() {
2020
}
2121

2222
function Build() {
23-
dotnet clean "$baseDir\src\NETProvider.slnx" -c $Configuration -v m
2423
dotnet build "$baseDir\src\NETProvider.slnx" -c $Configuration -p:ContinuousIntegrationBuild=true -v m
2524
}
2625

0 commit comments

Comments
 (0)