Skip to content

Commit

Permalink
Trying to get appvayor ubuntu builds working as well as getting appva…
Browse files Browse the repository at this point in the history
…yor artifacts to work
  • Loading branch information
NogginBops committed Nov 29, 2022
1 parent 7b5abcb commit a6748f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ image:

version: 4.0.0.{build}

artifacts:
- path: bin/nuget/*.nupkg
name: MyApp

init:
- git config --global core.autocrlf input

configuration: Release

build_script:
- build.cmd -t RunCITests
- ps: build.ps1 -t RunCITests
3 changes: 2 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ open Fake.Core.TargetOperators
==> "ReleaseOnGithub"
==> "ReleaseOnAll"

"Build"
// We build the nuget package so that appvayor can get the artifacts
"CreateMetaPackage"
==> "RunCITests"

//"Build"
Expand Down

0 comments on commit a6748f7

Please sign in to comment.