File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
5555 run : dotnet restore $SOLUTION
5656
5757 - name : Build
58- run : dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION
58+ run : dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=2.0.0-pr.303.0
5959
6060 - name : Run tests
6161 run : |
6262 dotnet test test/WalletFramework.Oid4Vc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
6363 dotnet test test/WalletFramework.SdJwtVc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
6464
6565 - name : Pack WalletFramework
66- run : dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION --no-build --output .
66+ run : dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=2.0.0-pr.303.0 --no-build --output .
6767
6868 - name : Publish
6969 run : nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
You can’t perform that action at this time.
0 commit comments