File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
TypeScript.ContractGenerator.Roslyn Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66jobs :
77 test :
8- runs-on : windows-2019
8+ runs-on : windows-2022
99 steps :
1010 - uses : actions/checkout@v3
1111 with :
2828 - name : Run tests
2929 run : dotnet test --no-build --configuration Release ./TypeScript.ContractGenerator.Tests/TypeScript.ContractGenerator.Tests.csproj
3030 publish :
31- runs-on : windows-2019
31+ runs-on : windows-2022
3232 needs : test
3333 if : startsWith(github.event.ref, 'refs/tags/v')
3434 steps :
6565 run : dotnet pack --no-build --configuration Release ./TypeScript.ContractGenerator.sln
6666
6767 - name : Upload artifacts
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 with :
7070 path : " **/*.nupkg"
7171 if-no-files-found : error
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" />
15+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 5.0 .0" />
1616 </ItemGroup >
1717
1818</Project >
You can’t perform that action at this time.
0 commit comments