Skip to content

Commit 62136d8

Browse files
committed
Update build script
1 parent 49456b4 commit 62136d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.psake.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ param ()
8686

8787
## Configuration and Default task
8888

89+
# Load project configuration
90+
. $PSScriptRoot\build.settings.ps1
91+
8992
# Default build configuration
9093
Properties {
9194

@@ -127,9 +130,6 @@ Properties {
127130
$GitHubToken = ''
128131
}
129132

130-
# Load project configuration
131-
. $PSScriptRoot\build.settings.ps1
132-
133133
# Default task
134134
Task Default -depends Build, Test
135135

0 commit comments

Comments
 (0)