File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4343 # TODO enable build cache, either --build-cache here, or org.gradle.caching=true in gradle.properties
4444 run : ./gradlew check --stacktrace
4545 - name : Upload snapshot
46+ # only upload from windows since only that build includes etw
47+ if : matrix.os == 'windows-2019'
4648 uses : actions/upload-artifact@v2
4749 with :
4850 path : agent/agent/build/libs/applicationinsights-agent-*-SNAPSHOT.jar
Original file line number Diff line number Diff line change 4545 # TODO enable build cache, either --build-cache here, or org.gradle.caching=true in gradle.properties
4646 run : ./gradlew check --stacktrace
4747 - name : Upload snapshot
48+ # only upload from windows since only that build includes etw
49+ if : matrix.os == 'windows-2019'
4850 uses : actions/upload-artifact@v2
4951 with :
5052 path : agent/agent/build/libs/applicationinsights-agent-*-SNAPSHOT.jar
You can’t perform that action at this time.
0 commit comments