We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f3ceb + 41da05c commit 11d93dfCopy full SHA for 11d93df
.circleci/config.yml
@@ -9,7 +9,7 @@ parameters:
9
default: "Lansweeper_sharppcap"
10
nuget-output-file:
11
type: string
12
- default: "SharpPcap/bin/Release/Lansweeper.SharpPcap.9.0.9.nupkg"
+ default: "SharpPcap/bin/Release/Lansweeper.SharpPcap.10.0.0-alpha.nupkg"
13
14
executors:
15
node:
@@ -86,7 +86,7 @@ jobs:
86
name: Set correct version in csproj file, build and pack it
87
command: |
88
$env:package_version = "10.0.0-alpha"
89
-
+
90
$file = Get-Item << pipeline.parameters.csproj-file >>
91
[xml]$cn = Get-Content $file
92
$cn.Project.PropertyGroup.Version="$env:package_version"
0 commit comments