File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
msgraph-developer-proxy/.vscode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 - name : Build plugins
2828 run : dotnet build ./msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
2929 - name : Add plugins to output
30- run : cp ./msgraph-developer-proxy/bin/Release/net6 .0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
30+ run : cp ./msgraph-developer-proxy/bin/Release/net7 .0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
3131 - name : Archive Release ${{ env.release }}
3232 uses : thedoctor0/zip-release@master
3333 with :
Original file line number Diff line number Diff line change 1010 "request" : " launch" ,
1111 "preLaunchTask" : " build" ,
1212 // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/bin/Debug/net6 .0/msgraph-developer-proxy.dll" ,
13+ "program" : " ${workspaceFolder}/bin/Debug/net7 .0/msgraph-developer-proxy.dll" ,
1414 "args" : [],
1515 "cwd" : " ${workspaceFolder}" ,
1616 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
You can’t perform that action at this time.
0 commit comments