File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ManagedCode.Storage.FileSystem Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1515 <PackageReadmeFile >README.md</PackageReadmeFile >
1616 <Product >Managed Code - Storage</Product >
17- <Version >2.1.5 </Version >
18- <PackageVersion >2.1.5 </PackageVersion >
17+ <Version >2.1.6 </Version >
18+ <PackageVersion >2.1.6 </PackageVersion >
1919 </PropertyGroup >
2020 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
2121 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ private string GetPathFromOptions(BaseOptions options)
114114 {
115115 filePath = Path . Combine ( StorageClient , options . FileName ) ;
116116 }
117-
117+
118+ EnsureDirectoryExist ( Path . GetDirectoryName ( filePath ) ) ;
119+
118120 return filePath ;
119121 }
120122
You can’t perform that action at this time.
0 commit comments