File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Build solution
2727 run : dotnet build --configuration Release --no-restore
2828
29- # - name: Run tests
30- # run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
29+ - name : Run tests
30+ run : dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
3131
3232 - name : Get version from .nupsec file
3333 run : |
@@ -44,13 +44,12 @@ jobs:
4444 repo: context.repo.repo
4545 });
4646 return response.data.tag_name;
47- core.exportVariable('LATEST_VERSION', response.data.tag_name);
4847 result-encoding : string
4948
50- # - name: Save the version
51- # run: |
52- # LATEST_VERSION="${{steps.get-version.outputs.result}}"
53- # echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
49+ - name : Save the version
50+ run : |
51+ LATEST_VERSION="${{steps.get-version.outputs.result}}"
52+ echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
5453
5554 - name : Compare versions
5655 id : compare-versions
Original file line number Diff line number Diff line change 1+ # 0.0.10 pre-release
2+
3+ - Tweaks to publish script
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >MaIN.NET</id >
5- <version >0.0.9 -pre</version >
5+ <version >0.0.10 -pre</version >
66 <authors >Wisedev</authors >
77 <owners >Wisedev</owners >
88 <icon >favicon.png</icon >
You can’t perform that action at this time.
0 commit comments