Skip to content

Commit

Permalink
fixed CI (3/*)
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Jan 21, 2022
1 parent 7bec07f commit bde2a21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet tool restore
- name: Restore
run: dotnet paket restore
- name: Build & Pack
- name: Build and Pack
shell: cmd
run: build.cmd -t Pack
- name: Upload Package
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Expand Up @@ -7,7 +7,6 @@
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/obj/": true,
".paket": true
"**/obj/": true
}
}
2 changes: 1 addition & 1 deletion build.fsx
Expand Up @@ -75,9 +75,9 @@ Target.create "Compile" (fun _ ->


Target.create "Pack" (fun _ ->

Paket.pack (fun o ->
{ o with
ToolPath = Path.Combine(__SOURCE_DIRECTORY__, ".paket", "paket.exe")
WorkingDir = Environment.CurrentDirectory
OutputPath = "bin"
PinProjectReferences = true
Expand Down

0 comments on commit bde2a21

Please sign in to comment.