Skip to content

Commit acfad10

Browse files
committed
Update appveyor.yml
1 parent df4f01f commit acfad10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.0.0.{build}
1+
version: 4.0.{build}
22
os: Visual Studio 2022
33

44
environment:
@@ -15,9 +15,9 @@ dotnet_csproj:
1515
file: 'build\version.props'
1616
version: '{version}'
1717
package_version: '{version}'
18-
assembly_version: '{version}'
19-
file_version: '{version}'
20-
informational_version: '{version}'
18+
assembly_version: '{version}.0'
19+
file_version: '{version}.0'
20+
informational_version: '{version}+Branch.$(APPVEYOR_REPO_BRANCH).Sha.$(APPVEYOR_REPO_COMMIT)'
2121

2222
build_script:
2323
- dotnet pack EntityFrameworkCore.Generator.sln --configuration Release --include-symbols --include-source
@@ -31,4 +31,4 @@ artifacts:
3131

3232
deploy:
3333
- provider: Environment
34-
name: MyGet
34+
name: MyGet

0 commit comments

Comments
 (0)