Skip to content

Commit 946c099

Browse files
authored
Fixed VS file lock issues. (Azure#447)
1 parent f4af136 commit 946c099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AzSdk.props

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<PropertyGroup Label="PackageMetaData">
33
<PackageProjectUrl>https://github.com/Azure/azure-libraries-for-net</PackageProjectUrl>
44
<RepositoryUrl>https://github.com/Azure/azure-libraries-for-net</RepositoryUrl>
5+
<EnablePostBuildTarget>false</EnablePostBuildTarget>
6+
<EnablePreBuildTarget>false</EnablePreBuildTarget>
57
</PropertyGroup>
68
</Project>

0 commit comments

Comments
 (0)