Skip to content

Commit 04b9d7c

Browse files
committed
Remove version.ps1 and push.ps1 scripts
1 parent 07532fe commit 04b9d7c

4 files changed

Lines changed: 0 additions & 25 deletions

File tree

StyleCopAnalyzers.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A0840AD0
3030
StyleCop.Analyzers\Directory.Build.props = StyleCop.Analyzers\Directory.Build.props
3131
StyleCop.Analyzers\Directory.Build.targets = StyleCop.Analyzers\Directory.Build.targets
3232
build\opencover-report.ps1 = build\opencover-report.ps1
33-
build\push.ps1 = build\push.ps1
34-
build\version.ps1 = build\version.ps1
3533
EndProjectSection
3634
EndProject
3735
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "documentation", "documentation", "{19DD9E9D-877A-4492-9B7F-2E681DD58308}"

build/build.ps1

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

18-
. .\version.ps1
19-
2018
If ($Debug) {
2119
$BuildConfig = 'Debug'
2220
} Else {
@@ -73,15 +71,3 @@ If (-not $?) {
7371
$host.ui.WriteErrorLine('Build failed, aborting!')
7472
exit $LASTEXITCODE
7573
}
76-
77-
if ($Incremental) {
78-
# Skip NuGet validation and copying packages to the output directory
79-
exit 0
80-
}
81-
82-
if (-not (Test-Path 'nuget')) {
83-
mkdir "nuget"
84-
}
85-
86-
Copy-Item "..\StyleCop.Analyzers\StyleCop.Analyzers.CodeFixes\bin\$BuildConfig\StyleCop.Analyzers.$Version.nupkg" 'nuget'
87-
Copy-Item "..\StyleCop.Analyzers\StyleCop.Analyzers.CodeFixes\bin\$BuildConfig\StyleCop.Analyzers.$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)