Skip to content

Commit 2a06d84

Browse files
committed
Remove build steps related to pushing NuGet packages
1 parent 50d2edf commit 2a06d84

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

build/build.ps1

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ if (!(Test-Path $SolutionPath)) {
1616
exit 1
1717
}
1818

19-
. .\version.ps1
20-
2119
If ($Debug) {
2220
$BuildConfig = 'Debug'
2321
} Else {
@@ -108,10 +106,3 @@ if (-not $SkipKeyCheck) {
108106
}
109107
}
110108
}
111-
112-
if (-not (Test-Path 'nuget')) {
113-
mkdir "nuget"
114-
}
115-
116-
Copy-Item "..\DocumentationAnalyzers\DocumentationAnalyzers.CodeFixes\bin\$BuildConfig\DocumentationAnalyzers.$Version.nupkg" 'nuget'
117-
Copy-Item "..\DocumentationAnalyzers\DocumentationAnalyzers.CodeFixes\bin\$BuildConfig\DocumentationAnalyzers.$Version.symbols.nupkg" 'nuget'

build/push.ps1

Lines changed: 0 additions & 8 deletions
This file was deleted.

build/version.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)