We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c523c4 + 634e8c9 commit 201af9aCopy full SHA for 201af9a
appveyor.yml
@@ -19,6 +19,7 @@ skip_commits:
19
- '**/*.md'
20
- license
21
- License.rtf
22
+
23
branches:
24
only:
25
- main
@@ -55,7 +56,6 @@ before_build:
55
56
build_script:
57
- ps: msbuild "C:\projects\rubberduck\Rubberduck.sln" -property:"Version=$env:APPVEYOR_BUILD_VERSION" -verbosity:minimal -logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
58
-
59
# TestScript depends on the build matrix to only contain Release cpu
60
# Otherwise we might run tests against artifacts that do not exist
61
test_script:
0 commit comments