Skip to content

Commit 1934d70

Browse files
Merge pull request #301 from smoothdeveloper/generate-load-scripts
missing generate_load_scripts in paket.dependencies,
2 parents 3c22ad3 + 02aba4a commit 1934d70

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
init:
22
- git config --global core.autocrlf input
33
build_script:
4-
- cmd: build.cmd
4+
- cmd: build.cmd GenerateDocs
55
test: off
66
version: 0.0.1.{build}
77
artifacts:

paket.dependencies

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source https://www.nuget.org/api/v2/
22
framework: >= net40
33
redirects: force
4+
generate_load_scripts: on
45

56
nuget FSharp.Core = 4.1.2
67
nuget Microsoft.SqlServer.TransactSql.ScriptDom
@@ -13,6 +14,7 @@ group Build
1314
source https://www.nuget.org/api/v2/
1415
framework: >= net40
1516
redirects: force
17+
generate_load_scripts: on
1618

1719
nuget FAKE = 5.0.0-rc014.167
1820
nuget Fake.Lib = 5.0.0-rc014.167

paket.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GENERATE-LOAD-SCRIPTS: ON
12
REDIRECTS: FORCE
23
RESTRICTION: >= net40
34
NUGET
@@ -98,6 +99,7 @@ GITHUB
9899
src/ProvidedTypes.fsi (0a5fd0caa73df304062c8965e61850789d9f39e7)
99100
src/ProvidedTypesTesting.fs (0a5fd0caa73df304062c8965e61850789d9f39e7)
100101
GROUP Build
102+
GENERATE-LOAD-SCRIPTS: ON
101103
REDIRECTS: FORCE
102104
RESTRICTION: >= net40
103105
NUGET

0 commit comments

Comments
 (0)