Skip to content

Commit

Permalink
committing build script changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvkra committed Aug 28, 2016
1 parent 159256f commit 2e5da87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let appReferences =
++ "/**/*.fsproj"

// version info
let version = "0.1" // or retrieve from CI server
let version = "0.1.0" // or retrieve from CI server

// Targets
Target "Clean" (fun _ ->
Expand All @@ -30,7 +30,7 @@ Target "Build" (fun _ ->
Target "Deploy" (fun _ ->
!! (buildDir + "/**/*.*")
-- "*.zip"
|> Zip buildDir (deployDir + "ApplicationName." + version + ".zip")
|> Zip buildDir (deployDir + "MkBundleAssemblyScanner." + version + ".zip")
)

// Build order
Expand Down

0 comments on commit 2e5da87

Please sign in to comment.