We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4f01f commit acfad10Copy full SHA for acfad10
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 4.0.0.{build}
+version: 4.0.{build}
2
os: Visual Studio 2022
3
4
environment:
@@ -15,9 +15,9 @@ dotnet_csproj:
15
file: 'build\version.props'
16
version: '{version}'
17
package_version: '{version}'
18
- assembly_version: '{version}'
19
- file_version: '{version}'
20
- informational_version: '{version}'
+ assembly_version: '{version}.0'
+ file_version: '{version}.0'
+ informational_version: '{version}+Branch.$(APPVEYOR_REPO_BRANCH).Sha.$(APPVEYOR_REPO_COMMIT)'
21
22
build_script:
23
- dotnet pack EntityFrameworkCore.Generator.sln --configuration Release --include-symbols --include-source
@@ -31,4 +31,4 @@ artifacts:
31
32
deploy:
33
- provider: Environment
34
- name: MyGet
+ name: MyGet
0 commit comments