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.
1 parent 49456b4 commit 62136d8Copy full SHA for 62136d8
build.psake.ps1
@@ -86,6 +86,9 @@ param ()
86
87
## Configuration and Default task
88
89
+# Load project configuration
90
+. $PSScriptRoot\build.settings.ps1
91
+
92
# Default build configuration
93
Properties {
94
@@ -127,9 +130,6 @@ Properties {
127
130
$GitHubToken = ''
128
131
}
129
132
-# Load project configuration
-. $PSScriptRoot\build.settings.ps1
-
133
# Default task
134
Task Default -depends Build, Test
135
0 commit comments