Skip to content

Commit

Permalink
corrected Appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalpen committed Oct 31, 2022
1 parent 53e1b55 commit 854f86e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# http://www.appveyor.com/docs/appveyor-yml

environment:
base_version: 2.0.3
base_version: 2.1.0

# version format
version: $(base_version).{build}
Expand All @@ -21,7 +21,7 @@ for:
skip_tags: true

install:
- dotnet tool install Nuke.GlobalTool --global --version 6.0.1 --no-cache
- dotnet tool install Nuke.GlobalTool --global --version 6.2.1 --no-cache

before_build:
- dotnet restore ./build/_build.csproj
Expand All @@ -42,7 +42,7 @@ for:
skip_tags: true

install:
- dotnet tool install Nuke.GlobalTool --global --version 6.0.1 --no-cache
- dotnet tool install Nuke.GlobalTool --global --version 6.2.1 --no-cache

before_build:
- dotnet restore ./build/_build.csproj
Expand All @@ -53,9 +53,9 @@ for:
test: off

artifacts:
- path: src\MeasureMap\bin\Release\netstandard2.1\MeasureMap.dll
- path: src\MeasureMap\bin\Release\netstandard2.0\MeasureMap.dll
name: MeasureMap.dll
- path: src\MeasureMap\bin\Release\netstandard2.1\MeasureMap.xml
- path: src\MeasureMap\bin\Release\netstandard2.0\MeasureMap.xml
name: MeasureMap.xml
# pushing all *.nupkg files in directory
- path: 'src\MeasureMap\bin\Release\*.nupkg'

0 comments on commit 854f86e

Please sign in to comment.