From cad7570999d1aa5d6a63b6c463fad25ae928d13b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 19:46:07 +1100 Subject: [PATCH 1/8] redundant files --- .../Naming/NamerTests.AssemblyConfiguration.Release.verified.txt | 1 - .../NamerTests.AssemblyConfigurationFluent.Release.verified.txt | 1 - ....AssemblyConfigurationFluentWithAssembly.Release.verified.txt | 1 - ...rTests.AssemblyConfigurationWithAssembly.Release.verified.txt | 1 - src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt | 1 - src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt | 1 - .../Naming/NamerTests.OSPlatformFluent.Linux.verified.txt | 1 - .../Naming/NamerTests.OSPlatformFluent.OSX.verified.txt | 1 - .../Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt | 1 - .../Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt | 1 - .../Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt | 1 - .../NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt | 1 - .../NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt | 1 - .../NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt | 1 - .../NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt | 1 - .../NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt | 1 - .../NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt | 1 - ...merTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt | 1 - ...merTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt | 1 - ...rTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt | 1 - .../Naming/NamerTests.UseTooManyParameters.verified.txt | 1 - 21 files changed, 21 deletions(-) delete mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt delete mode 100644 src/Verify.Tests/Naming/NamerTests.UseTooManyParameters.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt deleted file mode 100644 index 5f4534f6a..000000000 --- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooAssemblyConfiguration \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt deleted file mode 100644 index afda18bf2..000000000 --- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooAssemblyConfigurationFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt deleted file mode 100644 index 8fe0c65ba..000000000 --- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooAssemblyConfigurationFluentWithAssembly \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt deleted file mode 100644 index 10f9b332a..000000000 --- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooAssemblyConfigurationWithAssembly \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt deleted file mode 100644 index 5b37862ed..000000000 --- a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooOSPlatform \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt deleted file mode 100644 index 5b37862ed..000000000 --- a/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooOSPlatform \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt deleted file mode 100644 index dd7fd0d91..000000000 --- a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooOSPlatformFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt deleted file mode 100644 index dd7fd0d91..000000000 --- a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooOSPlatformFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt deleted file mode 100644 index ca3e63aa6..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Core2_1 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt deleted file mode 100644 index e876277c1..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Core3_0 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt deleted file mode 100644 index 2bd5873cb..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Net4_6 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt deleted file mode 100644 index ca3e63aa6..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Core2_1 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt deleted file mode 100644 index e876277c1..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Core3_0 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt deleted file mode 100644 index 2bd5873cb..000000000 --- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt +++ /dev/null @@ -1 +0,0 @@ -Net4_6 \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt deleted file mode 100644 index 3c684fd5b..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersion \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt deleted file mode 100644 index 3c684fd5b..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersion \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt deleted file mode 100644 index 3c684fd5b..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersion \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt deleted file mode 100644 index 4ae887222..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersionFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt deleted file mode 100644 index 4ae887222..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersionFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt deleted file mode 100644 index 4ae887222..000000000 --- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt +++ /dev/null @@ -1 +0,0 @@ -FooTargetFrameworkAndVersionFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.UseTooManyParameters.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTooManyParameters.verified.txt deleted file mode 100644 index 5f282702b..000000000 --- a/src/Verify.Tests/Naming/NamerTests.UseTooManyParameters.verified.txt +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 776a64e225ade92229bf3c43d560e23e9f538868 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 21:08:19 +1100 Subject: [PATCH 2/8] mising files --- src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt | 1 + src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt | 1 + .../Naming/NamerTests.OSPlatformFluent.Linux.verified.txt | 1 + .../Naming/NamerTests.OSPlatformFluent.OSX.verified.txt | 1 + 4 files changed, 4 insertions(+) create mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt new file mode 100644 index 000000000..5b37862ed --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt @@ -0,0 +1 @@ +FooOSPlatform \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt new file mode 100644 index 000000000..5b37862ed --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt @@ -0,0 +1 @@ +FooOSPlatform \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt new file mode 100644 index 000000000..dd7fd0d91 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt @@ -0,0 +1 @@ +FooOSPlatformFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt new file mode 100644 index 000000000..dd7fd0d91 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt @@ -0,0 +1 @@ +FooOSPlatformFluent \ No newline at end of file From 8b2435a07f01b6aecc12aec8daee1b9eb32c8837 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 21:20:53 +1100 Subject: [PATCH 3/8] missing files --- .../Naming/NamerTests.AssemblyConfiguration.Release.verified.txt | 1 + .../NamerTests.AssemblyConfigurationFluent.Release.verified.txt | 1 + ....AssemblyConfigurationFluentWithAssembly.Release.verified.txt | 1 + ...rTests.AssemblyConfigurationWithAssembly.Release.verified.txt | 1 + 4 files changed, 4 insertions(+) create mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt new file mode 100644 index 000000000..5f4534f6a --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt @@ -0,0 +1 @@ +FooAssemblyConfiguration \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt new file mode 100644 index 000000000..afda18bf2 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt @@ -0,0 +1 @@ +FooAssemblyConfigurationFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt new file mode 100644 index 000000000..8fe0c65ba --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt @@ -0,0 +1 @@ +FooAssemblyConfigurationFluentWithAssembly \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt new file mode 100644 index 000000000..10f9b332a --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt @@ -0,0 +1 @@ +FooAssemblyConfigurationWithAssembly \ No newline at end of file From d5199846f17677a9fb3cbf6a7a6903666d240432 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 21:32:06 +1100 Subject: [PATCH 4/8] Remove unused targets net6.0-android and net6.0-ios (#796) --- docs/build-server.md | 2 +- docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md | 2 +- ..._VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md | 2 +- ...s_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md | 2 +- ...ws_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md | 2 +- ...ws_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md | 2 +- ..._VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md | 2 +- ...s_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md | 2 +- ...ws_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md | 2 +- ...ws_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md | 2 +- src/Directory.Build.props | 1 - src/Verify.Expecto/Verify.Expecto.csproj | 3 --- src/Verify.MSTest/Verify.MSTest.csproj | 3 --- src/Verify.NUnit/Verify.NUnit.csproj | 3 --- src/Verify.Xunit/Verify.Xunit.csproj | 3 --- src/Verify/Verify.csproj | 4 ---- src/appveyor.yml | 11 ----------- 72 files changed, 65 insertions(+), 93 deletions(-) diff --git a/docs/build-server.md b/docs/build-server.md index 855d9753e..f5ec13dde 100644 --- a/docs/build-server.md +++ b/docs/build-server.md @@ -21,7 +21,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md index eb94509df..bdc269613 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md index 526a7e390..673fcb74e 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md @@ -139,7 +139,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md index 115787eaf..a589183ac 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md index ce255752f..cd9d74a6e 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md index 8ff1db22f..60cc712ec 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md index 9237b87f9..554000f7f 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md @@ -133,7 +133,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md index 140d2f92a..0ba986f5f 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md index dc2d4316d..ae7106637 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md index 7549d298b..538be7d31 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md index 8f22cf916..ed49ac349 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md @@ -148,7 +148,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md index a19134a1a..2263c5b91 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md index 7b6d74231..23419ecc8 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md index 26e417072..cedc3384f 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md index f22c8735e..230765b85 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md @@ -142,7 +142,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md index 33ed07dfc..648741178 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md index 8812b1706..3b5a89b45 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md index 7e64bdbe4..73367f745 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md index d1af716c0..1e05f52ba 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md @@ -145,7 +145,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md index 5b1838d89..d441fc3da 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md index e14c21d39..c052d0511 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md index 386dae026..f51272b2e 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md index ddbb29c30..f67076a6c 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md @@ -139,7 +139,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md index c7fe5a9af..1965a97af 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md index a38daa651..17749b798 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md index 799023e10..4935c9a7e 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md index d6d6ae6fd..b9147c26d 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md @@ -154,7 +154,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md index c9febcb42..fcf10ee25 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md index 8b93a0441..ec89a78bf 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md index e3c5092f7..3e96b4c57 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md index aa5bdf8ce..96655f180 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md @@ -148,7 +148,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md index fd139f192..00429dc04 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md index eb234ac67..640c7bdce 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md index 17af48040..d5da90502 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md index b58488df4..3bca1a39b 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md @@ -163,7 +163,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md index 3e55ee72b..550d376a2 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md index 025549760..89faaf47d 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md index 58c1bda78..40f07a3b9 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md index d0cfe18fc..61d00d4ad 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md @@ -157,7 +157,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md index 9822de708..9856eada6 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md index 956c89eb5..d9405983d 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md index e845f04bb..be19b2994 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md index 79fa8e683..27de8dc4f 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md @@ -172,7 +172,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md index f0b26afd7..1d148da7a 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md index b34488b2e..25308cbe2 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md index 25f11da9a..34fa38643 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md index 0d00b2f51..983157628 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md @@ -166,7 +166,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md index 57eb14e3d..5cb7c3637 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md index d004dd68b..d25342026 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md index 9eda4995d..6766ad199 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md index 8f4086e6f..d9ad1e102 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md @@ -172,7 +172,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md index 2b7306f29..435f995b2 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md index 51ad3fa08..8e87e27a6 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md index a853e622d..5ba4935be 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md index 1c9d474b2..c3153594d 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md @@ -166,7 +166,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md index 091bbf082..df1bc96c1 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md index 5601fa829..01a8eb583 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md index 9ba99ed20..02b106ef0 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md index 2a835b8f1..d3ca54d20 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md @@ -163,7 +163,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md index 89bba10db..cdcebb9ca 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md index 8a9a1c068..61b85599e 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md index 622e5c7d6..99a8c568c 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md index d0c653528..5103ef155 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md @@ -157,7 +157,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md index 996f4e1cd..331c72783 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md index dde527512..f09748583 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f47067355..9fca8bd52 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -10,7 +10,6 @@ Json, Testing, Verify, Snapshot, Approvals Enables verification of complex models and documents. false - false true diff --git a/src/Verify.Expecto/Verify.Expecto.csproj b/src/Verify.Expecto/Verify.Expecto.csproj index cf4b7aa93..c9fa51f94 100644 --- a/src/Verify.Expecto/Verify.Expecto.csproj +++ b/src/Verify.Expecto/Verify.Expecto.csproj @@ -1,10 +1,7 @@  net462;net472;net48 - $(TargetFrameworks);net6.0-android;net6.0-ios $(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0 - 10.0 - 21 diff --git a/src/Verify.MSTest/Verify.MSTest.csproj b/src/Verify.MSTest/Verify.MSTest.csproj index 57b9b272a..5087912c9 100644 --- a/src/Verify.MSTest/Verify.MSTest.csproj +++ b/src/Verify.MSTest/Verify.MSTest.csproj @@ -1,10 +1,7 @@  net462;net472;net48 - $(TargetFrameworks);net6.0-android;net6.0-ios $(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0 - 10.0 - 21 diff --git a/src/Verify.NUnit/Verify.NUnit.csproj b/src/Verify.NUnit/Verify.NUnit.csproj index 75d2c4ce2..7e47d8d35 100644 --- a/src/Verify.NUnit/Verify.NUnit.csproj +++ b/src/Verify.NUnit/Verify.NUnit.csproj @@ -1,10 +1,7 @@  net462;net472;net48 - $(TargetFrameworks);net6.0-android;net6.0-ios $(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0 - 10.0 - 21 diff --git a/src/Verify.Xunit/Verify.Xunit.csproj b/src/Verify.Xunit/Verify.Xunit.csproj index 9768dd46a..af77ac609 100644 --- a/src/Verify.Xunit/Verify.Xunit.csproj +++ b/src/Verify.Xunit/Verify.Xunit.csproj @@ -1,10 +1,7 @@  net462;net472;net48 - $(TargetFrameworks);net6.0-android;net6.0-ios $(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0 - 10.0 - 21 diff --git a/src/Verify/Verify.csproj b/src/Verify/Verify.csproj index 0f06126c8..2a353cd2b 100644 --- a/src/Verify/Verify.csproj +++ b/src/Verify/Verify.csproj @@ -1,12 +1,8 @@  net462;net472;net48 - $(TargetFrameworks);net6.0-android;net6.0-ios $(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0 true - false - 10.0 - 21 $(DefineConstants);DiffEngine diff --git a/src/appveyor.yml b/src/appveyor.yml index f980d5297..26963a15a 100644 --- a/src/appveyor.yml +++ b/src/appveyor.yml @@ -11,29 +11,18 @@ build_script: Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1" ./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet' dotnet workload restore src/Verify.sln - dotnet workload install wasm-tools - dotnet workload install macos - dotnet workload install ios - dotnet workload install android } if ($isMacOS) { Invoke-WebRequest "https://dot.net/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh" sudo chmod u+x dotnet-install.sh sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/local/share/dotnet' sudo dotnet workload restore src/Verify.sln - sudo dotnet workload install wasm-tools - sudo dotnet workload install macos - sudo dotnet workload install ios - sudo dotnet workload install android } if ($isLinux) { Invoke-WebRequest "https://dot.net/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh" sudo chmod u+x dotnet-install.sh sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/share/dotnet' sudo dotnet workload restore src/Verify.sln - sudo dotnet workload install wasm-tools - sudo dotnet workload install macos - sudo dotnet workload install android } - dotnet build src --configuration Release --nologo - dotnet test src --configuration Release --no-build --no-restore --nologo From f14815489c2b0883a8299b1031eae1518b7174d2 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 21:53:27 +1100 Subject: [PATCH 5/8] Missing netframework detection (#795) --- docs/build-server.md | 2 +- docs/naming.md | 2 +- docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md | 2 +- docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md | 2 +- ...lStudioWithReSharper_Cli_Expecto_AppVeyor.md | 2 +- ...alStudioWithReSharper_Cli_MSTest_AppVeyor.md | 2 +- ...ualStudioWithReSharper_Cli_NUnit_AppVeyor.md | 2 +- ...ualStudioWithReSharper_Cli_xUnit_AppVeyor.md | 2 +- ...lStudioWithReSharper_Gui_Expecto_AppVeyor.md | 2 +- ...alStudioWithReSharper_Gui_MSTest_AppVeyor.md | 2 +- ...ualStudioWithReSharper_Gui_NUnit_AppVeyor.md | 2 +- ...ualStudioWithReSharper_Gui_xUnit_AppVeyor.md | 2 +- ...Windows_VisualStudio_Cli_Expecto_AppVeyor.md | 2 +- .../Windows_VisualStudio_Cli_MSTest_AppVeyor.md | 2 +- .../Windows_VisualStudio_Cli_NUnit_AppVeyor.md | 2 +- .../Windows_VisualStudio_Cli_xUnit_AppVeyor.md | 2 +- ...Windows_VisualStudio_Gui_Expecto_AppVeyor.md | 2 +- .../Windows_VisualStudio_Gui_MSTest_AppVeyor.md | 2 +- .../Windows_VisualStudio_Gui_NUnit_AppVeyor.md | 2 +- .../Windows_VisualStudio_Gui_xUnit_AppVeyor.md | 2 +- ...amerTests.FrameworkName.Core3_1.verified.txt | 4 ++++ ...erTests.FrameworkName.DotNet6_0.verified.txt | 4 ++++ ...erTests.FrameworkName.DotNet7_0.verified.txt | 4 ++++ ...NamerTests.FrameworkName.Net4_8.verified.txt | 4 ++++ ....GetRuntimeAndVersion.DotNet6_0.verified.txt | 2 +- ....GetRuntimeAndVersion.DotNet7_0.verified.txt | 2 +- ...sts.GetRuntimeAndVersion.Net4_8.verified.txt | 2 +- .../NamerTests.TargetFramework.Net.verified.txt | 1 + ...rgetFrameworkAndVersion.Net4_8.verified.txt} | 0 ...ameworkAndVersionFluent.Net4_8.verified.txt} | 0 ...Tests.TargetFrameworkFluent.Net.verified.txt | 1 + .../target.verified.txt | 0 src/Verify.Tests/Naming/NamerTests.cs | 12 ++++++++++++ ...argetInvocationException.Net4_8.verified.txt | 7 +++++++ ...argetInvocationException.Net4_8.verified.txt | 5 +++++ src/Verify/Extensions.cs | 3 +++ src/Verify/Naming/Namer.cs | 17 ++++++++++++++--- src/appveyor.yml | 12 +++++------- 84 files changed, 133 insertions(+), 79 deletions(-) create mode 100644 src/Verify.Tests/Naming/NamerTests.FrameworkName.Core3_1.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet6_0.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet7_0.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.FrameworkName.Net4_8.verified.txt create mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFramework.Net.verified.txt rename src/Verify.Tests/Naming/{NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt => NamerTests.TargetFrameworkAndVersion.Net4_8.verified.txt} (100%) rename src/Verify.Tests/Naming/{NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt => NamerTests.TargetFrameworkAndVersionFluent.Net4_8.verified.txt} (100%) create mode 100644 src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Net.verified.txt rename src/Verify.Tests/Naming/{NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.DotNet4_8 => NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.Net4_8}/target.verified.txt (100%) create mode 100644 src/Verify.Tests/Serialization/SerializationTests.NestedTargetInvocationException.Net4_8.verified.txt create mode 100644 src/Verify.Tests/Serialization/SerializationTests.TargetInvocationException.Net4_8.verified.txt diff --git a/docs/build-server.md b/docs/build-server.md index f5ec13dde..374fca214 100644 --- a/docs/build-server.md +++ b/docs/build-server.md @@ -21,7 +21,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/naming.md b/docs/naming.md index 8cb672f2f..001162847 100644 --- a/docs/naming.md +++ b/docs/naming.md @@ -564,7 +564,7 @@ public static string NameWithParent(this Type type) return type.Name; } ``` -snippet source | anchor +snippet source | anchor diff --git a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md index bdc269613..a79ee8b51 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md index 673fcb74e..6ff0c7f2b 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md @@ -139,7 +139,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md index a589183ac..92f7085df 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md index cd9d74a6e..43ea6aef6 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md index 60cc712ec..2f6bc6e94 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md index 554000f7f..9a836c822 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md @@ -133,7 +133,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md index 0ba986f5f..229f29896 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md index ae7106637..b1eae229b 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md @@ -132,7 +132,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md index 538be7d31..c33b22a66 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md index ed49ac349..82f53dd72 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md @@ -148,7 +148,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md index 2263c5b91..161d657e9 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md index 23419ecc8..34ab6dec3 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md index cedc3384f..1da4269bb 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md index 230765b85..34d725369 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md @@ -142,7 +142,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md index 648741178..d86f8e966 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md index 3b5a89b45..addd21b1a 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md @@ -141,7 +141,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md index 73367f745..b398236f1 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md index 1e05f52ba..5ef13da9b 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md @@ -145,7 +145,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md index d441fc3da..de109d264 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md index c052d0511..dc8af130d 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md @@ -144,7 +144,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md index f51272b2e..f749f70d6 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md index f67076a6c..11b25c425 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md @@ -139,7 +139,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md index 1965a97af..e9e25cc3a 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md index 17749b798..49b1a6465 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md @@ -138,7 +138,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md index 4935c9a7e..0c3e653fd 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md index b9147c26d..6c73c958e 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md @@ -154,7 +154,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md index fcf10ee25..63b8bf000 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md index ec89a78bf..3b4ab894e 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md @@ -153,7 +153,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md index 3e96b4c57..7cb0a112f 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md index 96655f180..89bee7f02 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md @@ -148,7 +148,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md index 00429dc04..8870d0994 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md index 640c7bdce..5078eb0ad 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md @@ -147,7 +147,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md index d5da90502..50d32f2c4 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md index 3bca1a39b..addbc7f14 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md @@ -163,7 +163,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md index 550d376a2..5f1b53f36 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md index 89faaf47d..c4a797be8 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md index 40f07a3b9..ecaf0f6d5 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md index 61d00d4ad..dfeed55dd 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md @@ -157,7 +157,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md index 9856eada6..2d79f7240 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md index d9405983d..e340ad308 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md index be19b2994..bbbdfde12 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md index 27de8dc4f..902388a26 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md @@ -172,7 +172,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md index 1d148da7a..e457bedc1 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md index 25308cbe2..019950864 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md index 34fa38643..63aad1528 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md index 983157628..a8e62e03e 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md @@ -166,7 +166,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md index 5cb7c3637..94aa38333 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md index d25342026..8f901c6c7 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md index 6766ad199..6da14d269 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md index d9ad1e102..5c7d6dea4 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md @@ -172,7 +172,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md index 435f995b2..7b19f2e9c 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md index 8e87e27a6..7429b04fb 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md @@ -171,7 +171,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md index 5ba4935be..b345ae9e0 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md index c3153594d..6df3d2dda 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md @@ -166,7 +166,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md index df1bc96c1..fcfd8cd39 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md index 01a8eb583..80393c501 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md @@ -165,7 +165,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md index 02b106ef0..fc1845462 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md index d3ca54d20..d912d453a 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md @@ -163,7 +163,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md index cdcebb9ca..f807cf609 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md index 61b85599e..752071b82 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md @@ -162,7 +162,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md index 99a8c568c..dd6ee3160 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md index 5103ef155..dcc411de7 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md @@ -157,7 +157,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md index 331c72783..56bb8438f 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md index f09748583..c45db4be3 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md @@ -156,7 +156,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/ on_failure: - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } ``` -snippet source | anchor +snippet source | anchor See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/src/Verify.Tests/Naming/NamerTests.FrameworkName.Core3_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.FrameworkName.Core3_1.verified.txt new file mode 100644 index 000000000..3ce59b6f4 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.FrameworkName.Core3_1.verified.txt @@ -0,0 +1,4 @@ +{ + Name: Core, + NameAndVersion: Core3_1 +} \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet6_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet6_0.verified.txt new file mode 100644 index 000000000..08bce5e03 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet6_0.verified.txt @@ -0,0 +1,4 @@ +{ + Name: DotNet, + NameAndVersion: DotNet6_0 +} \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet7_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet7_0.verified.txt new file mode 100644 index 000000000..76c8be5fd --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.FrameworkName.DotNet7_0.verified.txt @@ -0,0 +1,4 @@ +{ + Name: DotNet, + NameAndVersion: DotNet7_0 +} \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.FrameworkName.Net4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.FrameworkName.Net4_8.verified.txt new file mode 100644 index 000000000..6b2712b55 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.FrameworkName.Net4_8.verified.txt @@ -0,0 +1,4 @@ +{ + Name: Net, + NameAndVersion: Net4_8 +} \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet6_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet6_0.verified.txt index 036ed8e8d..18d8defd1 100644 --- a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet6_0.verified.txt +++ b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet6_0.verified.txt @@ -1,4 +1,4 @@ { runtime: DotNet, - Version: 6.0.12 + Version: 6.0 } \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet7_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet7_0.verified.txt index 8190257aa..6150ed3b4 100644 --- a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet7_0.verified.txt +++ b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.DotNet7_0.verified.txt @@ -1,4 +1,4 @@ { runtime: DotNet, - Version: 7.0.3 + Version: 7.0 } \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.Net4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.Net4_8.verified.txt index be7b05809..45d622418 100644 --- a/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.Net4_8.verified.txt +++ b/src/Verify.Tests/Naming/NamerTests.GetRuntimeAndVersion.Net4_8.verified.txt @@ -1,4 +1,4 @@ { runtime: Net, - Version: 4.8.9139.0 + Version: 4.8 } \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFramework.Net.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFramework.Net.verified.txt new file mode 100644 index 000000000..b3175cb9d --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.TargetFramework.Net.verified.txt @@ -0,0 +1 @@ +FooTargetFramework \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Net4_8.verified.txt similarity index 100% rename from src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt rename to src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Net4_8.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Net4_8.verified.txt similarity index 100% rename from src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt rename to src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Net4_8.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Net.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Net.verified.txt new file mode 100644 index 000000000..e2b207817 --- /dev/null +++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Net.verified.txt @@ -0,0 +1 @@ +FooTargetFrameworkFluent \ No newline at end of file diff --git a/src/Verify.Tests/Naming/NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.DotNet4_8/target.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.Net4_8/target.verified.txt similarity index 100% rename from src/Verify.Tests/Naming/NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.DotNet4_8/target.verified.txt rename to src/Verify.Tests/Naming/NamerTests.UseUniqueDirectory_UniqueForTargetFrameworkAndVersion.Net4_8/target.verified.txt diff --git a/src/Verify.Tests/Naming/NamerTests.cs b/src/Verify.Tests/Naming/NamerTests.cs index 51a29e219..b46e00ba8 100644 --- a/src/Verify.Tests/Naming/NamerTests.cs +++ b/src/Verify.Tests/Naming/NamerTests.cs @@ -558,4 +558,16 @@ public Task MultipleTargetWithDuplicateName() => new Target("txt", "data", "theNameA"), new Target("txt", "data", "theNameA") }); + + [Fact] + public Task FrameworkName() + { + var name = GetType().Assembly.FrameworkName()!; + return Verify(new + { + name.Name, + name.NameAndVersion + }) + .UniqueForRuntimeAndVersion(); + } } \ No newline at end of file diff --git a/src/Verify.Tests/Serialization/SerializationTests.NestedTargetInvocationException.Net4_8.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NestedTargetInvocationException.Net4_8.verified.txt new file mode 100644 index 000000000..1ed3361c8 --- /dev/null +++ b/src/Verify.Tests/Serialization/SerializationTests.NestedTargetInvocationException.Net4_8.verified.txt @@ -0,0 +1,7 @@ +{ + exception: { + Type: Exception, + Message: the message, + StackTrace: at SerializationTests.MethodThatThrows() + } +} \ No newline at end of file diff --git a/src/Verify.Tests/Serialization/SerializationTests.TargetInvocationException.Net4_8.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.TargetInvocationException.Net4_8.verified.txt new file mode 100644 index 000000000..62e3a87bd --- /dev/null +++ b/src/Verify.Tests/Serialization/SerializationTests.TargetInvocationException.Net4_8.verified.txt @@ -0,0 +1,5 @@ +{ + Type: Exception, + Message: the message, + StackTrace: at SerializationTests.MethodThatThrows() +} \ No newline at end of file diff --git a/src/Verify/Extensions.cs b/src/Verify/Extensions.cs index 1c5840855..7495345f5 100644 --- a/src/Verify/Extensions.cs +++ b/src/Verify/Extensions.cs @@ -3,6 +3,9 @@ public static string Extension(this FileStream file) => FileExtensions.GetExtension(file.Name); + public static Version MajorMinor(this Version version) => + new(version.Major, version.Minor); + public static async Task> ToList(this IAsyncEnumerable target) { var list = new List(); diff --git a/src/Verify/Naming/Namer.cs b/src/Verify/Naming/Namer.cs index 36efb1e19..f87f083be 100644 --- a/src/Verify/Naming/Namer.cs +++ b/src/Verify/Naming/Namer.cs @@ -49,6 +49,11 @@ public static string GetSimpleFrameworkName(FrameworkName name) return "Net"; } + if (identifier.StartsWith(".NETFramework", StringComparison.OrdinalIgnoreCase)) + { + return "Net"; + } + if (string.Equals(identifier, ".NETCoreApp", StringComparison.OrdinalIgnoreCase)) { if (name.Version.Major < 5) @@ -265,17 +270,23 @@ internal static (string runtime, Version Version) GetRuntimeAndVersion() if (description.StartsWith(".NET Framework", StringComparison.OrdinalIgnoreCase)) { var version = Version.Parse(description.Remove(".NET Framework ")); - return ("Net", version); + return ("Net", version.MajorMinor()); + } + + if (description.StartsWith(".NETFramework", StringComparison.OrdinalIgnoreCase)) + { + var version = Version.Parse(description.Remove(".NETFramework ")); + return ("Net", version.MajorMinor()); } if (description.StartsWith(".NET", StringComparison.OrdinalIgnoreCase)) { - return ("DotNet", Environment.Version); + return ("DotNet", Environment.Version.MajorMinor()); } if (description.StartsWith("Mono", StringComparison.OrdinalIgnoreCase)) { - return ("Mono", Environment.Version); + return ("Mono", Environment.Version.MajorMinor()); } throw new($"Could not resolve runtime for '{description}'."); diff --git a/src/appveyor.yml b/src/appveyor.yml index 26963a15a..a9168160b 100644 --- a/src/appveyor.yml +++ b/src/appveyor.yml @@ -3,6 +3,7 @@ image: - macOS - Ubuntu environment: + DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true build_script: @@ -10,29 +11,26 @@ build_script: if ($isWindows) { Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1" ./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet' - dotnet workload restore src/Verify.sln } if ($isMacOS) { Invoke-WebRequest "https://dot.net/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh" sudo chmod u+x dotnet-install.sh sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/local/share/dotnet' - sudo dotnet workload restore src/Verify.sln } if ($isLinux) { Invoke-WebRequest "https://dot.net/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh" sudo chmod u+x dotnet-install.sh sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/share/dotnet' - sudo dotnet workload restore src/Verify.sln } -- dotnet build src --configuration Release --nologo -- dotnet test src --configuration Release --no-build --no-restore --nologo +- dotnet build src --configuration Release +- dotnet test src --configuration Release --no-build --no-restore #- pwsh: | # if ($isWindows) { # Set-Culture -CultureInfo de-DE -# dotnet test src --configuration Release --no-build --no-restore --nologo +# dotnet test src --configuration Release --no-build --no-restore # Set-TimeZone -Name "Russia TZ 2 Standard Time" -# dotnet test src --configuration Release --no-build --no-restore --nologo +# dotnet test src --configuration Release --no-build --no-restore # } # begin-snippet: AppVeyorArtifacts on_failure: From aa2df5b703564916f45ba2a9cef7ca7fb6d0b1b0 Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Sun, 19 Feb 2023 12:17:58 +0100 Subject: [PATCH 6/8] Deduplicate uniqueness prefixes (#793) --- src/Verify.Tests/Naming/NamerTests.cs | 8 ++++++++ src/Verify/Naming/UniquenessList.cs | 9 +++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/Verify.Tests/Naming/NamerTests.cs b/src/Verify.Tests/Naming/NamerTests.cs index b46e00ba8..8264e1954 100644 --- a/src/Verify.Tests/Naming/NamerTests.cs +++ b/src/Verify.Tests/Naming/NamerTests.cs @@ -559,6 +559,14 @@ public Task MultipleTargetWithDuplicateName() => new Target("txt", "data", "theNameA") }); + [Fact] + public void DistinctUniquenessPrefixes() + { + var list = new UniquenessList(); + list.Add("foo"); + list.Add("foo"); + Assert.Equal(".foo", list.ToString()); + [Fact] public Task FrameworkName() { diff --git a/src/Verify/Naming/UniquenessList.cs b/src/Verify/Naming/UniquenessList.cs index 0dfd04abd..0e0b57515 100644 --- a/src/Verify/Naming/UniquenessList.cs +++ b/src/Verify/Naming/UniquenessList.cs @@ -8,8 +8,13 @@ public UniquenessList() => public UniquenessList(UniquenessList value) => inner = new(value.inner); - public void Add(string value) => - inner.Add(value); + public void Add(string value) + { + if (!inner.Contains(value)) + { + inner.Add(value); + } + } public override string ToString() { From 85058628f918b79f7acce7b73850667de45284f9 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 22:19:18 +1100 Subject: [PATCH 7/8] cleanup --- src/Verify/Naming/PrefixUnique.cs | 1 + src/Verify/Verifier/InnerVerifier.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Verify/Naming/PrefixUnique.cs b/src/Verify/Naming/PrefixUnique.cs index 4ad987bc7..089139dd0 100644 --- a/src/Verify/Naming/PrefixUnique.cs +++ b/src/Verify/Naming/PrefixUnique.cs @@ -28,6 +28,7 @@ public static UniquenessList SharedUniqueness(Namer namer) AppendArchitecture(namer, builder); AppendOsPlatform(namer, builder); + return builder; } diff --git a/src/Verify/Verifier/InnerVerifier.cs b/src/Verify/Verifier/InnerVerifier.cs index 87ca7d38b..777541243 100644 --- a/src/Verify/Verifier/InnerVerifier.cs +++ b/src/Verify/Verifier/InnerVerifier.cs @@ -188,8 +188,8 @@ void InitForFileConvention(Namer namer, string typeAndMethod, string parameters) if (settings.fileName is not null) { return ( - settings.fileName + sharedUniqueness, - settings.fileName + uniquenessVerified); + $"{settings.fileName}{sharedUniqueness}", + $"{settings.fileName}{uniquenessVerified}"); } if (settings.ignoreParametersForVerified) From 6744652501e517157f48846551a2325aeb1c6a5b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 19 Feb 2023 22:24:06 +1100 Subject: [PATCH 8/8] Update NamerTests.cs --- src/Verify.Tests/Naming/NamerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Verify.Tests/Naming/NamerTests.cs b/src/Verify.Tests/Naming/NamerTests.cs index 8264e1954..0519f01a9 100644 --- a/src/Verify.Tests/Naming/NamerTests.cs +++ b/src/Verify.Tests/Naming/NamerTests.cs @@ -566,6 +566,7 @@ public void DistinctUniquenessPrefixes() list.Add("foo"); list.Add("foo"); Assert.Equal(".foo", list.ToString()); + } [Fact] public Task FrameworkName()