We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d2edf commit 2a06d84Copy full SHA for 2a06d84
build/build.ps1
@@ -16,8 +16,6 @@ if (!(Test-Path $SolutionPath)) {
16
exit 1
17
}
18
19
-. .\version.ps1
20
-
21
If ($Debug) {
22
$BuildConfig = 'Debug'
23
} Else {
@@ -108,10 +106,3 @@ if (-not $SkipKeyCheck) {
108
106
109
107
110
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
build/version.ps1
0 commit comments