File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Xero.NetStandard.OAuth2.Test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v2
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v4
15+ uses : actions/setup-dotnet@v1
1616 with :
17- dotnet-version : 6.0 .x
17+ dotnet-version : 3.1 .x
1818 - name : Restore dependencies
1919 run : dotnet restore
2020 - name : Build
2121 run : dotnet build --no-restore
2222 - name : Create Package for Nuget.org\
2323 run : dotnet pack
2424 - name : Publish Package to Nuget.org
25- run : dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release /Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
25+ run : dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Debug /Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 55 <AppDesignerFolder >Properties</AppDesignerFolder >
66 <RootNamespace >Xero.NetStandard.OAuth2.Test</RootNamespace >
77 <AssemblyName >Xero.NetStandard.OAuth2.Test</AssemblyName >
8- <TargetFramework >net6.0 </TargetFramework >
8+ <TargetFramework >netcoreapp3.1 </TargetFramework >
99 <IsPackable >false</IsPackable >
1010 <FileAlignment >512</FileAlignment >
1111 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments