Skip to content

Commit 834fb65

Browse files
author
Sophia Tevosyan
committed
trying to not build the sample projects
1 parent cc7e343 commit 834fb65

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

samples/AzureFunctionsApp/AzureFunctionsApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
66
<OutputType>Exe</OutputType>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
9+
<BuildProject>false</BuildProject>
810
</PropertyGroup>
911

1012
<ItemGroup>

samples/AzureFunctionsUnitTests/AzureFunctionsApp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
10+
<BuildProject>false</BuildProject>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/Generators/Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Version info -->
2121
<PropertyGroup>
2222
<!-- This file intentionally versions separately from the other packages. -->
23-
<VersionPrefix>1.0.0</VersionPrefix>
23+
<VersionPrefix>1.0.1</VersionPrefix>
2424
<VersionSuffix>preview.1</VersionSuffix>
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)