Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit fd83262

Browse files
committed
appveyor fix
1 parent 204757f commit fd83262

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

appveyor.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ image: Visual Studio 2017
1212
configuration: Release
1313
platform: Any CPU
1414

15-
assembly_info:
15+
dotnet_csproj:
1616
patch: true
17-
file: '**\AssemblyInfo.*'
17+
file: '**\Unickq.SpecFlow.Selenium.SpecFlowPlugin.csproj'
18+
version: '{version}'
19+
package_version: $(nugetVersion)
1820
assembly_version: $(buildVersion)
19-
assembly_file_version: $(buildVersion)
20-
assembly_informational_version: $(nugetVersion)
21+
file_version: $(buildVersion)
22+
informational_version: $(nugetVersion)
2123

2224
before_build:
2325
- nuget restore
@@ -28,10 +30,7 @@ build:
2830
test:
2931
assemblies:
3032
only:
31-
- Unickq.SpecFlow.Selenium.Example.dll
32-
33-
after_build:
34-
- ps: NuGet pack nuget.nuspec -version "$env:nugetVersion"
33+
- Unickq.SpecFlow.Selenium.Example.dll
3534

3635
artifacts:
3736
- path: '**\Unickq.SpecFlow.Selenium*.nupkg'

0 commit comments

Comments
 (0)