nHapiNET / nHapi

nHapi is the .Net port of the original Java project HAPI.
Mozilla Public License 2.0
273 stars 155 forks source link

Fix first build via build/default.ps1 #262

Closed jakubsuchybio closed 2 years ago

jakubsuchybio commented 2 years ago

Given cleanly downloaded repo When I try to build it via build/default.ps1 Then It fails on "dist" path not existing

This fixes that by checking for this path and creating it if it does not exist.

github-actions[bot] commented 2 years ago

Unit Test Results

       5 files     106 suites   29s :stopwatch: 1 057 tests 1 051 :heavy_check_mark:   6 :zzz: 0 :x: 2 019 runs  2 008 :heavy_check_mark: 11 :zzz: 0 :x:

Results for commit 021ed684.

github-actions[bot] commented 2 years ago

Unit Test Results

       5 files     106 suites   21s :stopwatch: 1 059 tests 1 053 :heavy_check_mark:   6 :zzz: 0 :x: 2 023 runs  2 012 :heavy_check_mark: 11 :zzz: 0 :x:

Results for commit fb398fbb.