Skip to content

Commit 11d93df

Browse files
Merge pull request #18 from Lansweeper/chore/try-fix-pipeline
corrected version
2 parents 29f3ceb + 41da05c commit 11d93df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
default: "Lansweeper_sharppcap"
1010
nuget-output-file:
1111
type: string
12-
default: "SharpPcap/bin/Release/Lansweeper.SharpPcap.9.0.9.nupkg"
12+
default: "SharpPcap/bin/Release/Lansweeper.SharpPcap.10.0.0-alpha.nupkg"
1313

1414
executors:
1515
node:
@@ -86,7 +86,7 @@ jobs:
8686
name: Set correct version in csproj file, build and pack it
8787
command: |
8888
$env:package_version = "10.0.0-alpha"
89-
89+
9090
$file = Get-Item << pipeline.parameters.csproj-file >>
9191
[xml]$cn = Get-Content $file
9292
$cn.Project.PropertyGroup.Version="$env:package_version"

0 commit comments

Comments
 (0)