Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions publish/buildNugetPackage.ps1

This file was deleted.

43 changes: 0 additions & 43 deletions publish/getNugetExe.ps1

This file was deleted.

48 changes: 0 additions & 48 deletions publish/testRelease.ps1

This file was deleted.

4 changes: 0 additions & 4 deletions publish/vendor/packages.config

This file was deleted.

Binary file removed publish/vendor/tools/nuget.exe
Binary file not shown.
5 changes: 0 additions & 5 deletions test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
Forces inlining the module into a single file. This is how real build is
done, but makes local debugging difficult. When -CI is used, inlining is
forced.

.NOTES
Tests are excluded with Tags VersionChecks, StyleRules, Help.
#>
param (
# force P to fail when I leave `dt` in the tests
Expand Down Expand Up @@ -185,8 +182,6 @@ else {
$configuration.Run.ExcludePath = '*/demo/*', '*/examples/*', '*/testProjects/*'
$configuration.Run.PassThru = $true

$configuration.Filter.ExcludeTag = 'VersionChecks', 'StyleRules'

if ($CI) {
$configuration.Run.Exit = $true

Expand Down
Loading
Loading