We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c728c commit d0193beCopy full SHA for d0193be
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
48
ls
49
ls ./semver
50
- APP_VERSION=$(cat ./semver/nuget.txt)
+ APP_VERSION=$(cat ./semver/version.txt)
51
echo $APP_VERSION
52
53
cd ./src
0 commit comments